ID:265869
 
well i have an object in my game. i would like it to appear in one of two locations on my map and alternate between them after a period of time. after thinking about a sleep timer i dont think that would be a wise idea since i have not had much good luck using sleep() as a functioning timer. Any ideas?
I'm not sure why sleep() or spawn() would be a problem, but you could always use an event manager of some kind and have it be responsible for the swap.

Lummox JR