Hey guys, I am writing a simple trigger and seem to be having problems.
At the start of the game, I want 1 lever to be removed. Which lever is
removed is suppose to be random (50-50 chance)
removed each time. I've tested the map over 25 times and its the same
result each time. Does any1 know what I'm doing wrong?
At the start of the game, I want 1 lever to be removed. Which lever is
removed is suppose to be random (50-50 chance)
-
Lever Setup
-
Events
-
Time - Elapsed game time is 0.01 seconds
-
-
Conditions
-
Actions
-
Sound - Play QuestNew <gen>
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random integer number between 1 and 100) Less than or equal to 50
-
-
Then - Actions
-
Destructible - Remove Lever 2380 <gen>
-
-
Else - Actions
-
Destructible - Remove Lever 1914 <gen>
-
-
-
Trigger - Turn on Lever 3 Cinematic <gen>
-
-
removed each time. I've tested the map over 25 times and its the same
result each time. Does any1 know what I'm doing wrong?