View Single Post
  #2  
Old 08-29-2002, 05:18 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Re: *need some help with something

Quote:
Originally posted by joseyisleet
I was mucking around right and i was trying stuff out but i come to a stop why on earth doesnt this work:
for (i = 0 ; i < = 15 ; i++){
message Tis the numbering thingy: #v(i);
}
it just jumps straight to the Number x.x is it cause i aint specified a time out or something?.
-Howard
for doesn't go nice and slow for you, it does it as fast as possible, so you have to slow it down yourself. Try putting a sleep right after the message command.
__________________

Reply With Quote