View Single Post
  #52  
Old 10-02-2001, 05:05 AM
Guest
Posts: n/a
Or should i do it this way
NPC Code:

if (playerenters||timeout){
if (strequals(#L,jailcell1.graal) && !strcontains(#s(server.jail), #e(12,-1,#c))) {
setlevel2 onlinestartlocal.graal,33,33;
}
}
timeout=.05;

Reply With Quote