mob
verb
Sharingan_1()
set category = "Doujutsu"
if (usr.Chakra >=100)
usr.overlays = 'sharingan.dmi'
usr << "SHARINGAN!!"
usr.Chakra = usr.Chakra -12
usr.taijutsu * 3
usr.ninjutsu * 5
usr.genjutsu * 4
sleep(100)
return
else
usr << "You are to exhausted!,Rest"
Problem description:For some reason im getting an error Statement has no effect? i thought thats how u multiply things? also for some reason the overlays arnt showing up help?