mob/Human/verb/Super_Human()
set cateogry = "Super Forms"
if(usr.Level>= 100)
icon = 'Super Human.dmi'
usr.Strength += 100
usr.Defense += 200
else
usr<<"Your not strong enough,kill more monsters!"
mob/Human/verb/Super_Human2()
set category = "Super Forms"
if(usr.Level>= 500)
icon = 'Super Human2.dmi'
usr.Strength += 600
usr.Defense += 700
else
usr<<"Your not strong enough,kill more monsters!"
I want it in one code,i don't know how to do that i can only do it in 2 codes.If you know how to do it in one code,PLEASE tell me!Thanks alot!
-Kappa the Imp