View Single Post
  #8  
Old 08-30-2002, 01:26 PM
phrost-byte phrost-byte is offline
Registered User
Join Date: Nov 2001
Location: New York
Posts: 133
phrost-byte is on a distinguished road
Send a message via AIM to phrost-byte
here, this works just as well (for NPC server that is) >=/

NPC Code:

if (playerenters || timeout) {
for (i=0;i<=playerscount;i++) {
with (players[i]) {
if (playerhearts<=0) {
setlevel2 worldl-17.nw,27.5,29;}
}
}
timeout=0.5;
}

__________________
Knuckles
// -- A scripter guy
Reply With Quote