ID:1638418
 
(See the best response by LordAndrew.)
Code:
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


Best response
It's an invalid expression because the if block is empty. You need to actually be doing something within that if check.