Thread: arrays
View Single Post
  #11  
Old 03-11-2002, 12:39 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by la_builder
oo now is see thanks everyone
and some bad news another noobish question

NPC Code:
 if(playerenters) { putleaps 3,24,23;sleep 5; putleaps 3,2,5}

how do i loop this so it keeps repeating
...
if (created||timeout){
putleaps 3,24,23;
sleep 5;
timeout=.05;
}
Reply With Quote