ID:150113
 
All i need to know is how to change my icon Goku.dmi to SSJGoku.dmi. When it gets to a certian stat. PLEASE help.
Thanks.
mob
verb
SSJ_Transform()
usr << "You power up like you do in every other worthless dbz game."
sleep(40)
usr << "Now go sit in the corner and think about what you've done"
del(usr)

mob/proc/SSJCheck()
if(src.power>=1000)
src.icon='ssjgoku.dmi'
del(src)

mob/Login()
SSJCheck()



Don't ask, if you look at the code you'll understand.