Ok well in my map you pick a unit and I have 6 different locations but, I don't want it to just land in 1 certain location I would like to land in a random location. Is it possible to do that?? If it is please tell me I would appreciate it.
Yea, it's possible using randomization triggers. I don't think it would work for switches because no powers of 2 will equal six. I've actually got a map with randomized landings right now going. IM me on b.net if you wanna see.
Just use rerandomising as the actions for two of the possible outcomes.
QUOTE(Screwed @ Jul 6 2005, 10:55 PM)
Just use rerandomising as the actions for two of the possible outcomes.
[right][snapback]255615[/snapback][/right]
What he said
I mean I get what you trying to say but, I need explanations on the conditions/actions. Mp)Sniper's map that he should me and told me I could look at it has an error and I can't open it.

Help me please

yeah, tutorials, people never look in the tutorials first lol.
Yeah, but I looked at those before I posted and Its kind of not what Im trying to do its different randomization :\
The tutorial explains this, but maybe not well enough:
If you want to have a randomisation into a number of outcomes which is not an exact power of 2, then randomise enough switches to get to a power of two which is greater than the number of outcomes that you want. Then take only enough combinations of the switch-states to assign one combination to each outcome that you want, leaving some combinations left over (since the total number of combinations will be some power of 2 which is greater than the number of outcomes you want). Each of these 'leftover' outcomes then becomes a 're-randomisation' outcome - that is, if you get a 'leftover' outcome, you randomise all the switches again, until you find a combination that corresponds to one of your 'real' outcomes.
It works the same way as if I wanted to generate a random number from 1 to 17, but using a 20-sided dice. I would roll the dice, but if I came up with an 18, 19 or 20, then I'd roll it again, until I got a number between 1 and 17.
The tutorials give a good way of setting up the triggers for this to happen.
use switches and just randomize them -.-
Is this a comment or a question?