View Single Post
  #56  
Old 10-02-2001, 05:15 AM
Guest
Posts: n/a
So it will be:
NPC Code:

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

Reply With Quote