ID:145014
 
Code:
mob
verb
Shishou_Fuuin_and_Hakke_no_Fuuin_Shiki(mob/M in get_step(usr,usr.dir))
set name="Shishou Fuuin and Hakke no Fuuin Shiki"
set category="FUUIN"
if(M.bijuuai==1||M.bijuuai==2||M.bijuuai==3||M.bijuuai==4||M.bijuuai==5||M.bijuuai==6||M.bijuuai==7||M.bijuuai==8||M.bijuuai==9)
if(M.health<=(M.max_health/10))
switch(input("Will you seal [M] in your self? *This will reset your character*","Shishou Fuuin and Hakke no Fuuin Shiki")in list("Yes","No"))
if("Yes")
usr.jinchuuriki=M.bijuuai
usr.health=300
usr.max_health=300
src.max_chakra=src.max_chakra*2
usr.stat_points=18
usr.genjutsu=1
usr.exp["Genjutsu"]=0
usr.exp["Max Genjutsu"]=150
usr.ninjutsu=1
usr.exp["Ninjutsu"]=0
usr.exp["Max Ninjutsu"]=150
usr.taijutsu=1
usr.exp["Taijutsu"]=0
usr.exp["Max Taijutsu"]=150
usr.speed=1
usr.exp["Speed"]=0
usr.exp["Max Speed"]=150
usr.health_level=1
usr.exp["Health"]=0
usr.exp["Max Health"]=150
usr.stamina_level=1
usr.exp["Stamina"]=0
usr.exp["Max Stamina"]=150
usr.chakra_level=1
usr.exp["Chakra"]=0
usr.exp["Max Chakra"]=150
usr.fuuinjutsu=1
usr.exp["Fuuinjutsu"]=0
usr.exp["Max Fuuinjutsu"]=150
del(M)
view(6)<< "[usr] gives his life sealing [M] in himself"
else
return
else
usr<<"[usr] : I can only use this jutsu on a Bijuu..."


Problem description:
Everytime I use this succesfully it comes up with this problem/bug : BYOND(348.905) BUG: bad ref (2:36883) in DecRefCount(DM Enter) .