ID:148670
 
These are my errors:

loading WorldofWizards.dme
WorldofWizards.dm:4:error: ,: expected }
WorldofWizards.dm:2:error: location of top-most unmatched {

WorldofWizards.dmb - 2 errors, 0 warnings (double-click on an error to jump to it)

This is the code:

world // World module
name = "World of Wizards" // Name //Error
desc = "Based on the Harry Potter books by J.K. Rowling." // Description
view = 1,10 // View Range // Error
mob = /mob/player // default "mob"
Drafonis wrote:
These are my errors:

loading WorldofWizards.dme
WorldofWizards.dm:4:error: ,: expected }
WorldofWizards.dm:2:error: location of top-most unmatched {

WorldofWizards.dmb - 2 errors, 0 warnings (double-click on an error to jump to it)

This is the code:

world // World module
> name = "World of Wizards" // Name //Error
> desc = "Based on the Harry Potter books by J.K. Rowling." // Description
> view = 1,10 // View Range // Error
> mob = /mob/player // default "mob"


The world/view should be a string. (E.g. world/view = "1x10")