View Single Post
  #59  
Old 10-02-2001, 05:56 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
NPC Code:

if (playerenters||timeout){
if (!strcontains(#s(server.jail),#a) {
setlevel2 onlinestartlocal.graal,33,33;
}
timeout=.05;
}



that should work
Reply With Quote