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