Thread: Fun Challenge!
View Single Post
  #8  
Old 01-24-2004, 06:39 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
wont work till the new engine but
NPC Code:

do {
a=int(random(1,9));
} while (a == 3 || a == 6)

Reply With Quote