ID:149019
 
When I click the transform verb, it flicks to the right proc, but afterwards, the stats are the same, and it hasn't changed to the superform icon. Here is the code:

mob/saiyan/Goku
verb/SSJ()
set category = "Forms"
flick('SSJGokuTransform.dmi',usr)
if(usr.ssj == 1)
if(usr.maxPL>=100000)
usr.ssj += 1
usr.maxPL *= 10
usr.maxHP *= 5
usr.icon = 'SSJGoku.dmi'
return 1
else
return 0
usr.maxPL += 10
usr.maxHP += 5

RaeKwon
I don't know if you've payed attention or not... but there's a button up in the top right corner of this page, it says search, you can search the forums for this problem, You see, every newbie in the world makes a DBZ game, and none of them can go three lines without making an error. EVEN IF IT IS 3 LINES OF COMMENTS. and you see, they aaaaaaaaaaaaaaaaaaaaaaaaaallllllllllllllllllll come here to ask how to do it. Search for SSJ() you'll find something... It really is pathetic... :P