ID:2310745
 
(See the best response by Ter13.)
Code: if(usr.chanceskekkei<=1)
if(prob(99))
usr<<"Now you control Hyouton"
usr.kekkei="Hyouton"
usr.chanceskekkei++
usr.Ryo-=15000
usr.havekekkei=1
usr.Save()
else
usr<<"You can't control Hyouton, try again soon"
usr.chanceskekkei++
usr.Ryo-=15000
usr.Save()
else if(usr.chanceskekkei==2)
usr<<"You are out of chances"
usr.Save()

Error: usr.havekekkei: undefined Var


Problem description:Can I maybe get some help with this issue? I'm trying to fix a few problems on a naruto source and im getting this message a lot.
ty


Best response
havekekkei isn't a defined var of /mob.