- Joined
- Jan 26, 2020
- Messages
- 9
Hello,
I would like to generate a random number between 1 to 4 but remove certain number possibility under certain conditions.
The problem is that the number is link to a specific action. So if i generate a number between 1 to 3 because the 2 dont match the conditions, i will never have the 4.
Any ideas?
I would like to generate a random number between 1 to 4 but remove certain number possibility under certain conditions.
The problem is that the number is link to a specific action. So if i generate a number between 1 to 3 because the 2 dont match the conditions, i will never have the 4.
-
Untitled Trigger 001
-
Events
-
Conditions
-
Actions
-
Set VariableSet move_RNG = (Random integer number between 1 and 4)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(move_RNG Equal to 1) and (move_droite Equal to 0)
-
-
Then - Actions
-
Set VariableSet move_RNG = (Random integer number between 1 and 4)
-
-
Else - Actions
-
-
-
Any ideas?