View Single Post
  #2  
Old 07-26-2010, 11:03 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Quote:
Originally Posted by sssssssssss View Post
Probably a really simple answer that I'm over looking, but if you have an array

dumbarray = {1,2,3,4,5}
and you set it to 1 onCreated(),
what would you move to move it to 2?

Im using it with a time script to do days, and I prefer to do it this way since i have hours resetting at 24. Was simply going to tell the serverr.var to move when it resets.
What do you mean by "set it to 1"? Do you mean you have an index variable into the array that is set to 1?
If that's the case I suppose you just increment the index variable?

Maybe you should post some code and show what you're actually doing?
Reply With Quote