ID:175892
 
ok in my game u learn things at certain levels and i cant get on of those things to work
heres the code
ssjLearn()
if(usr.level >= 99)
if(usr.ssjlearn == 0)
usr.ssjlearn = 1
usr.contents += new/obj/ssj
usr << "<font color = red><b><i>You have aquired <u>SSJ</u></font>!"
else
usr.maxpowerlevel += 0
else
usr.maxpowerlevel += 0

should i be using src. instead of usr.
Probably.