mob/var
Uchiha=0
mob/verb
Entra_Familia()
if(src.Uchiha==1)
Problem description:
loading Aulas.dme
Aulas.dme:20:error: : invalid expression
Aulas.dmb - 1 error, 0 warnings
Code:
mob/var Problem description: loading Aulas.dme Aulas.dme:20:error: : invalid expression Aulas.dmb - 1 error, 0 warnings |
![]() Jul 26 2014, 2:32 pm
Best response
|
|
It's an invalid expression because the if block is empty. You need to actually be doing something within that if check.
|