skills.dm:559:if :warning: if statement has no effect
Code:
fire()
if(usr.learntfire == 0)
if(usr.maxmagic >=30)
if(usr.class == "Magician")
usr << "<I><B><font face = courier><font color = green>You learned Fire!"
usr.verbs+=new/mob/tech/verb/Fire()
usr.learntfire = 1
Any idea how to get rid of those compile errors?