View Single Post
  #2  
Old 08-12-2001, 08:20 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Re: Ok now why wont this work?

Quote:
Originally posted by Bhala


this.dir = random( 1, 5 );

should be

this.dir = int(random(1,5));
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote