mob
proc
MasterBattle(mob/enemy)
if<usr.islocked == 0)
usr.islocked = 1
Of course theres more after it but thats the part i have problems with, heres the errors i get:
NewBattle.dm:9:error: missing condition
NewBattle.dm:9:error: missing left-hand argument to <.
NewBattle.dm:9:error: missing left-hand argument to <.
It makes no sence, ive done that over a million times, and this time is the only time i got problems with it, ive looked it over and looked it over, and still no results, line 9 is the if(usr.islocked == 0) line.
its a ( not a < Like you had =P