if u do
NPC Code:
timeout=3;
if (playerenters||timeout) {
shootball;
}
only the first person (leader) in the level will be shot at. 2nd person wont
if u do
NPC Code:
timereverywhere;
timeout=3;
if (playerenters||timeout) {
shootball;
}
it will run the timeout for each person in lvl ;X