QUOTE
then maybe do you repeat the process over and over? But if you do how many times would you have to do it. And thats only if my example is how you do randomized stuff.
No.
| Trigger |
| Description: |
| Randomize |
|
| Players: |
| ¤ Player 1 |
| Conditions: |
| ¤ Always |
| Actions: |
¤ Randomize 'Switch 1'.
|
| ¤ Randomize 'Switch 2'. |
| Trigger |
| Description: |
| Choice 1 |
|
| Players: |
| ¤ Player 1 |
| Conditions: |
¤ 'Switch 1' is cleared
|
| ¤ 'Switch 2' is cleared |
| Actions: |
| ¤ Action A |
| Trigger |
| Description: |
| Choice 2 |
|
| Players: |
| ¤ Player 1 |
| Conditions: |
¤ 'Switch 1' is cleared
|
| ¤ 'Switch 2' is set |
| Actions: |
| ¤ Action B |
| Trigger |
| Description: |
| Choice 3 |
|
| Players: |
| ¤ Player 1 |
| Conditions: |
¤ 'Switch 1' is set
|
| ¤ 'Switch 2' is clear |
| Actions: |
| ¤ Action C |
| Trigger |
| Description: |
| Choice 4 |
|
| Players: |
| ¤ Player 1 |
| Conditions: |
¤ 'Switch 1' is set
|
| ¤ 'Switch 2' is set |
| Actions: |
| ¤ Action D |
My anwser to your first question anwsers your second question...
If you don't see it:
Players: Player 1
Conditions: Switch 1 is cleared
Actions: DisplayText "Switch 1 is off!"
Players: Player 2
Conditions: Switch 1 is set
Actions: DisplayText "Switch 1 is on!"
So yes, you can use cleared switches as conditions.