Thread: timereverywhere
View Single Post
  #7  
Old 01-24-2002, 07:57 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
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
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote