ok in my coding its being really stupid and giving me and invalid expression on a proc def. heres the codeing
mob/proc
dragon()
if(usr.eballs >= 7)
usr.verbs += /mob/proc/summone
if(usr.nballs >= 7)
summone()
usr.verbs -= /mob/proc/summone
usr.eballs = 0
ID:175908
Feb 27 2003, 7:46 pm (Edited on Feb 27 2003, 7:56 pm)
|
|
the reason this is happening is because if your nballs var is over seven...it does.whatever is under neath it, WHITCH IS NOTHING, put Your coding there...btw in procs use src