ID:142612
 
Code:
Uchiha
verb
L()
set hidden=1
set category = "Doujutsu"
if(usr.insharingan2==1)
usr<<"ur in sharingan 2 , wait till ur out then use sharingan"
return
if(usr.insharingan==1)
usr<<"your already in sharingan"
return
if(usr.resting==1)
usr<<"Cant Use Sharingan While You Are Resting"
return
if(usr.Chakra<=200)
usr<<"Not enough chakra - Need 200"
return
if(usr.Logout==1)
usr.reset()
else
usr.overlays+='sharingan.dmi'
sleep(5)
usr.overlays-='sharingan.dmi'
usr.overlays+='sharinganeyes.dmi'
usr.insharingan=1
usr.Str+=500
usr.Def+=250
sleep(100)
usr.insharingan=0
usr.Str-=500
usr.Def-=250
usr.overlays-='sharinganeyes.dmi'


Problem description:

how doi make it so if the mob(usr) has a move on that stays for a while, and when they logg out they lose the boosts that to move gives u. for example mine is sharingan nad it gives +500 str and +250 def, i want the overlays and stat boosts to be tooken away if they save (while in sharingan ) and logg out, so they dont get boosts. because if they do this then there stats stay permenant to the boost it gives
Mmmmmm,
I don't know the answer to that but hae you tried

mob
Logout()
//then instead the stats u want subtracted here and
// i dont know if logout is actually a real whatever you call it
In response to SadoSoldier
SadoSoldier wrote:
Mmmmmm,
I don't know the answer to that but hae you tried

mob
Logout()
//then instead the stats u want subtracted here and
// i dont know if logout is actually a real whatever you call it


tyvm it worked
In response to Agrey123
np