atm im setting save points to a *dead room* so when they die they will get in that room.
below ive done the check for pccount but it doesnt work with while. i need to find a way that it will check it at all times if thats posible. i know i can do a timer but i wanted to know if there are other ways.
npc "gon_team1" "dead_team1" HIDDEN_NPC 50 10 0 0 0
OnInit:
var pccount_team1 = GetPCCount "gon_team1.gat"
while (1)
if v[pccount_team1] == 1
cmdothernpc "Winner Announcer" "team2wins"
endif
endwhile
return
thnx in advance
This post has been edited by KillerCore1984: 22 November 2006 - 01:25 PM

Help











