obj
Gyuu1
icon='gyuu1.dmi'
icon_state="1"
layer = MOB_LAYER+1
mob/katon
verb
KatonGoukakyuu() // Verb used for firing the beam
set category = "Jutsus"
set name = "Katon Goukakyuu No Jutsu"
usr.Handseals()
if(usr.firing||usr.Kaiten) // If the mob's firing var is one...
return
if(usr.chakra <= 15)
usr<<"You dont have enough chakra!"
return
if(!usr.handseals)
return
else // If the firing var isn't 1...
if(usr.Katon1N >= 40)
usr.chakra -= 15
usr.Chakragain()
usr.firing = 1
var/obj/middle/K = new /obj/gyuu1
usr.Katon1N += 1
usr.handseals=0
view()<<"<font size=1><font face=verdana><b><font color=white>[usr]<font color=green> Says: <FONT COLOR=#ffffff>K</FONT><FONT COLOR=#f6ebeb>a</FONT><FONT COLOR=#edd5d5>t</FONT><FONT COLOR=#e3c0c0>o</FONT><FONT COLOR=#d9abab>n</FONT><FONT COLOR=#cf9595>:</FONT><FONT COLOR=#c68080> </FONT><FONT COLOR=#bc6b6b>G</FONT><FONT COLOR=#b25555>o</FONT><FONT COLOR=#a84040>u</FONT><FONT COLOR=#9f2b2b>k</FONT><FONT COLOR=#951515>a</FONT><FONT COLOR=#8b0000>k</FONT><FONT COLOR=#910205>y</FONT><FONT COLOR=#980309>u</FONT><FONT COLOR=#9e050e>u</FONT><FONT COLOR=#a40613> </FONT><FONT COLOR=#ab0817>N</FONT><FONT COLOR=#b10a1c>o</FONT><FONT COLOR=#b70b21> </FONT><FONT COLOR=#bd0d26>J</FONT><FONT COLOR=#c40f2a>u</FONT><FONT COLOR=#ca102f>t</FONT><FONT COLOR=#d01234>s</FONT><FONT COLOR=#d71338>u</FONT><FONT COLOR=#dc143c>!</FONT></FONT>"
K.Gowner=usr
K.nin=usr.nin
usr.Frozen=1
if(usr.dir==NORTH)
if(K)
K.loc = usr.loc
if(usr.dir==EAST)
if(K)
K.loc = usr.loc
if(usr.dir==WEST)
if(K)
K.loc = usr.loc
if(usr.dir==SOUTH)
if(K)
K.loc = usr.loc
Problem description:
i want the icon to disappear when i stop using it but it stay on screen causing much confusion when you use like 4 or 5 times