- Joined
- Aug 23, 2008
- Messages
- 2,319
[Solved] RANDOM variable in a RANDOM variable
I made a If/Then/Else trigger with a RANDOM variable (random number between 1 and 100) and another If/Then/Else trigger in it (with another RANDOM less then X), will the first RANDOM number be saved, or should I make 2 RANDOM variables? To give a bit of an idea of what I mean:
I made a If/Then/Else trigger with a RANDOM variable (random number between 1 and 100) and another If/Then/Else trigger in it (with another RANDOM less then X), will the first RANDOM number be saved, or should I make 2 RANDOM variables? To give a bit of an idea of what I mean:
-
Actions
-
Set RANDOM = (Random integer number between 1 and 100)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
RANDOM Less than or equal to 25
-
-
Then - Actions
-
Set RANDOM = (Random integer number between 1 and 100)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
RANDOM Less than or equal to 25
-
-
Then - Actions
-
Else - Actions
-
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
RANDOM Greater than 25
-
-
Then - Actions
-
Else - Actions
-
-