mob/CTFEL/verb
EnterCTF()
set category="Channels"
set name = "Enter CTF Game"
insafezone=0
szactivated=0
traintimer=0
wait_room=1
safe=0
temptraintimer=0
loc=locate(201,218,6)
if(redt<=bluet)
red.Add(usr)
redt+=1
usr.Red2=1
usr.CTFT=1
src<<output("<font size=1><font color=red><b><u>[usr] joined the CTF! [usr] is in the Red Team!</font></b></u>","Tournyow")
else
blue.Add(usr)
bluet+=1
usr.Blue=1
src<<output("<font size=1><font color=blue><b><u>[usr] joined the CTF Game! [usr] is in the Blue Team!</font></b></u>","Tournyow")
usr.CTFT=1
Problem description: When People Enter Tournament Only Some People when they join show up not everyone, and i use the same src<<output to start the tournament and it still dont show up can anyone help this isn't making sense to me.. Yes i am Sure its an output Window It the right naming.