Quote:
Originally Posted by sssssssssss
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?