| 05-09-2004, 06:32 AM | #1 |
Okay Not sure how to do this. Just give me the random cord trigger and I can do the rest. |
| 05-09-2004, 06:45 AM | #2 |
BUDDY! It's built into the WE! Use "Unit create 1 unit at random point in playable map area". The only thing is that you should not create more than 1 unit or they'll all spawn at the same point in a bunch. Use the "For loop integer A" to repeat the above trigger as many times as you would like spawns. Of course if you want a way to get a random coordinate you could use "Unit create 1 unit at (Convert coordinates to point(Math- random number between -1600 and 1600, Math- random number between -1600 and 1600))" but there isn't really any point in doing that, much easier to create a region and create the unit at a random point in region. Oh, realise that if you left the "use fixed random seed" option in your WE preferences on you will get the same positions every time you test the map using ctrl-f9. |
| 05-09-2004, 06:47 AM | #3 |
you make it the easiest for me to create a map =) |
