if(usr.stype == "Ichigo")
view(8) << "<b>[usr]: Bankai! Tensa [usr.swordname]!"
usr.overlays -= 'ichigoshikai(2).dmi'
usr.overlays -= 'ichigoshikai(2).dmi'
usr.overlays -= 'ichigoshikai(2).dmi'
usr.overlays += /obj/Z_Zangetsu //here
usr.overlays += /obj/Z_Zangetsu //here
sleep(30)
usr.overlays -= /obj/Z_Zangetsu //here
usr.overlays -= /obj/Z_Zangetsu //here
usr.overlays += 'new ichibankai(1)(1).dmi'
usr.overlays += 'ichigobankai.dmi'
usr.attack = usr.mattack * 1.25
usr.rundelay = 0
Problem description:Unusual problem I'm having. For some reason it wont add Z_Zangetsu at all (market with //here). Would one of you provide me with a solution to this problem? and in this situation it would be sleep(30) not spawn(30) right?
try this