ID:147510
 
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
It looks like you are trying to use a tab for the indent between mob and var then a single space between var and the variables. Try using a tab between var and the variables as well.

If that does not help, which of those lines exactly does it point to?
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