mob/var
fired = 0 //the variable for the fire
team
lives = 20
bullets = 20
cash = 20
nopvp = 0
hit = 0
shot = 0
score = 0
icontag = ""
icontagstate
verb
Change_Tag_Icon(I as icon)//Let the usr be able to choose a song from thier own cpu
set catagory = "Tag Setup"
icontag = I
Change_Tag_Icon(I as icon)//Let the usr be able to choose a song from thier own cpu
set catagory = "Tag Setup"
icontagstate = I
Tag()
var/obj/Ta = new/obj/Tag
Ta.loc = usr.loc
Ta.icon = usr.icontag
Ta.icon_state = usr.icontagstate
usr << "Tagged!"
return
Problem description: Its the Tag(). Its either 29 of...
error:usr.loc: compile failed (possible infinite cross-reference loop)
Or 7 non-varified errors. (Remove one indent from var/obj/Ta) I see no link, but it does it for something.