Thread: Fun Challenge!
View Single Post
  #5  
Old 01-24-2004, 01:38 AM
Termina_Owner Termina_Owner is offline
Registered User
Join Date: Oct 2003
Posts: 175
Termina_Owner is on a distinguished road
NPC Code:

a = 3;
while (a != 3 && a != 6) a = int(random(0,8));



Like that?
__________________
- Rance Vicious
Reply With Quote