WHen I try to compile my game it constantly gives me
Variable.dm:1:error: mob: expected end of statment
I'll click it and it goes to somthing like this
mob
var
dollars = 100
banked_dollars=0
hunger = 100
thirst = 100
ID:147510
Apr 17 2004, 7:35 pm
|
|
I kinda screwed up the variable lines with the var being tabbed, but it still didn't help...
|
In response to Cliff0023
|
|
It should be like this:
<code>mob [tab]var [tab][tab]dollars = 100 [tab][tab]banked_dollars=0 [tab][tab]hunger = 100 [tab][tab]thirst = 100</code> With an actual tab in place of the [tab]s, of course. =) I suspect that there might be a problem elsewhere, though... look in the DM file immediately before Variables.dm (alphabetically) and see if there's a problem on its last line. As a last resort... did you edit the DME file at all? If so, in what way? |
In response to Crispy
|
|
Theres no errors, and I havn't even touched the dme file, hum
|
In response to Loduwijk
|
|
Nevermind, it turned out to be a problem in my turfs, but thanks anyways
|
If that does not help, which of those lines exactly does it point to?