This is a static copy of the SEN v4 forums.
The database used is from Febuary 10th, 2007.
Forums
::
Members
Staredit Network
Staredit Network
->
UMS Assistance
->
[SOLVED] Random
Report, edit, etc...
Posted by Staredit.Net Essence on 2005-11-07 at 19:12:50
I have a question, is there a way to make units spawn at a random location?
Report, edit, etc...
Posted by Doodle77(MM) on 2005-11-07 at 19:19:51
To make units spawn at a random location you randomize a switch(or switches)
For example:
Conditions:
Player 1 brings at least 1 any unit to Randomize
Actions:
Randomize switch "Randomize Me!"
Set switch "Random on"
Conditions:
"Randomize Me!" is set
"Random on" is set
Actions:
Create 1 marine at Location 1 for player 1
Clear "Random on"
Conditions:
"Randomize Me!" is cleared
"Random on" is set
Actions:
Create 1 marine at Location 2 for player 1
Clear "Random on"
Report, edit, etc...
Posted by Staredit.Net Essence on 2005-11-07 at 19:23:46
Ok thank you
Report, edit, etc...
Posted by PCFredZ on 2005-11-07 at 19:32:28
Take a look at
this post
, it's very related to random locations selection.
After Thursday I'll post an unprotected version of a map I have that uses randomized spawning to show you.
Also,
previous topic
asking same question.
Next Page (1)