- Joined
- Oct 6, 2008
- Messages
- 47
I've got a bunch of regions scattered around my map (22 to be exact - this might increase) and I'm trying to have each player spawn in a different region.
At the moment I've got something really basic like this for each player:
Cheers in advance.
At the moment I've got something really basic like this for each player:
-
spawn Copy
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Set spawnpoint = (Random integer number between 1 and 22)
- Unit - Move Donkey <gen> instantly to (Center of spawnregion[spawnpoint])
-
Events
Cheers in advance.