View Single Post
  #21  
Old 10-26-2001, 10:58 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
here this can help you maybe:
its timeout loop:
NPC Code:

NPC Code:

if (created) {
timeout = 1;
}
if (timeout) {
this.time++;
timeout=1;
}



Reply With Quote