- Joined
- Jul 17, 2013
- Messages
- 544
Hey i have created maze in game and i have there three rocks i want one of them die randomly every game but trigger i created doesnt work

and also guy told me to go in editor file preferences and uncheck value use random seed. But i had this value alreday unticked so thats not the problem. Any idea what to do
Second question.My map has a few cut scenes but they are played only for a few players while rest of players can see all mini map when the cut scenes are played.Any idea how to fix it? thats example how my trigger with cut scenes looks
-
random event Copy
-
Events
-
Time - Elapsed game time is 1.05 seconds
-
-
Conditions
-
Actions
-
Set rock[1] = Rock Chunks 22856 <gen>
-
Set rock[2] = Rock Chunks 22859 <gen>
-
Set rock[3] = Rock Chunks 22858 <gen>
-
Set rock[4] = Rock Chunks 22856 <gen>
-
Set rock[5] = Rock Chunks 22859 <gen>
-
Set rock[6] = Rock Chunks 22858 <gen>
-
Set rock[7] = Rock Chunks 22856 <gen>
-
Set rock[8] = Rock Chunks 22859 <gen>
-
Set rock[9] = Rock Chunks 22858 <gen>
-
Set rock[10] = Rock Chunks 22856 <gen>
-
Set rock[11] = Rock Chunks 22859 <gen>
-
Set rock[12] = Rock Chunks 22858 <gen>
-
Destructible - Kill rock[(Random integer number between 1 and 12)]
-
-
and also guy told me to go in editor file preferences and uncheck value use random seed. But i had this value alreday unticked so thats not the problem. Any idea what to do
Second question.My map has a few cut scenes but they are played only for a few players while rest of players can see all mini map when the cut scenes are played.Any idea how to fix it? thats example how my trigger with cut scenes looks
-
whats new in the mark
-
Events
-
Unit - A unit enters Whats new in the Mark <gen>
-
-
Conditions
-
Actions
-
Trigger - Turn off (This trigger)
-
Set TempLoc = (Center of TalkToEomer <gen>)
-
Unit - Move Aragorn 0001 <gen> instantly to TempLoc, facing 0.00 degrees
-
Unit - Move Gimli 0005 <gen> instantly to TempLoc, facing 0.00 degrees
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Boromir 0003 <gen> is alive) Equal to True
-
-
Then - Actions
-
Player Group - Add Player 4 (Purple) to AraLegoGimli
-
Unit - Move Boromir 0003 <gen> instantly to TempLoc, facing 0.00 degrees
-
Unit - Pause Boromir 0003 <gen>
-
-
Else - Actions
-
-
Unit - Move Legolas 0004 <gen> instantly to TempLoc, facing 0.00 degrees
-
Unit - Pause Aragorn 0001 <gen>
-
Unit - Pause Legolas 0004 <gen>
-
Unit - Pause Gimli 0005 <gen>
-
Custom script: call RemoveLocation (udg_TempLoc)
-
Unit - Unhide Eomer 0114 <gen>
-
Set TempLoc = (Center of Rohirrims north <gen>)
-
Unit - Create 12 Rohirrim for Player 10 (Light Blue) at TempLoc facing 270.00 degrees
-
Set Rohirrims1 = (Last created unit group)
-
Custom script: call RemoveLocation (udg_TempLoc)
-
Set TempLoc = (Center of Rohirrims south <gen>)
-
Unit - Create 12 Rohirrim for Player 10 (Light Blue) at TempLoc facing 90.00 degrees
-
Set Rohirrims2 = (Last created unit group)
-
Custom script: call RemoveLocation (udg_TempLoc)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Aragorn 0001 <gen> is alive) Equal to True
-
-
Then - Actions
-
Unit Group - Pick every unit in Rohirrims1 and do (Unit - Order (Picked unit) to Right-Click Aragorn 0001 <gen>)
-
Unit Group - Pick every unit in Rohirrims2 and do (Unit - Order (Picked unit) to Right-Click Aragorn 0001 <gen>)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Legolas 0004 <gen> is alive) Equal to True
-
-
Then - Actions
-
Unit Group - Pick every unit in Rohirrims1 and do (Unit - Order (Picked unit) to Right-Click Legolas 0004 <gen>)
-
Unit Group - Pick every unit in Rohirrims2 and do (Unit - Order (Picked unit) to Right-Click Legolas 0004 <gen>)
-
-
Else - Actions
-
Unit Group - Pick every unit in Rohirrims1 and do (Unit - Order (Picked unit) to Right-Click Gimli 0005 <gen>)
-
Unit Group - Pick every unit in Rohirrims2 and do (Unit - Order (Picked unit) to Right-Click Gimli 0005 <gen>)
-
-
-
-
-
Cinematic - Turn cinematic mode On for AraLegoGimli
-
Player Group - Pick every player in AraLegoGimli and do (Camera - Apply riders of rohan <gen> for (Picked player) over 0.00 seconds)
-
Wait 0.01 seconds
-
Set TempLoc = (Target of riders of rohan <gen>)
-
Player Group - Pick every player in AraLegoGimli and do (Camera - Rotate camera 180.00 degrees around TempLoc for (Picked player) over 0.00 seconds)
-
Player Group - Pick every player in AraLegoGimli and do (Camera - Rotate camera 180.00 degrees around TempLoc for (Picked player) over 6.00 seconds)
-
Custom script: call RemoveLocation (udg_TempLoc)
-
Wait 6.00 seconds
-
Cinematic - Send transmission to AraLegoGimli from Aragorn 0001 <gen> named Aragorn: Play No sound and display Riders of Rohan, wh.... Modify duration: Set to 2.00 seconds and Don't wait
-
Wait 2.00 seconds
-
Cinematic - Send transmission to AraLegoGimli from Eomer 0114 <gen> named Eomer: Play No sound and display Saruman has poisone.... Modify duration: Set to 3.20 seconds and Don't wait
-
Wait 3.20 seconds
-
Cinematic - Send transmission to AraLegoGimli from Aragorn 0001 <gen> named Aragorn: Play No sound and display We are no spies. We.... Modify duration: Set to 3.50 seconds and Don't wait
-
Wait 3.50 seconds
-
Cinematic - Send transmission to AraLegoGimli from Eomer 0114 <gen> named Eomer: Play No sound and display The Uruks are destr.... Modify duration: Set to 2.20 seconds and Don't wait
-
Wait 2.20 seconds
-
Cinematic - Send transmission to AraLegoGimli from Gimli 0005 <gen> named Gimli: Play No sound and display But there were two .... Modify duration: Set to 2.20 seconds and Don't wait
-
Wait 2.20 seconds
-
Cinematic - Send transmission to AraLegoGimli from Eomer 0114 <gen> named Eomer: Play No sound and display We left none alive..... Modify duration: Set to 4.00 seconds and Don't wait
-
Player Group - Pick every player in AraLegoGimli and do (Camera - Apply uruks ded <gen> for (Picked player) over 3.00 seconds)
-
Wait 5.00 seconds
-
Player Group - Pick every player in AraLegoGimli and do (Camera - Reset camera for (Picked player) to standard game-view over 1.00 seconds)
-
Wait 1.00 seconds
-
Cinematic - Turn cinematic mode Off for AraLegoGimli
-
Unit - Remove Eomer 0114 <gen> from the game
-
Unit Group - Pick every unit in Rohirrims1 and do (Unit - Remove (Picked unit) from the game)
-
Unit Group - Pick every unit in Rohirrims2 and do (Unit - Remove (Picked unit) from the game)
-
Unit - Unpause Aragorn 0001 <gen>
-
Unit - Unpause Legolas 0004 <gen>
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Boromir 0003 <gen> is alive) Equal to True
-
-
Then - Actions
-
Player Group - Remove Player 4 (Purple) from AraLegoGimli
-
Unit - Unpause Boromir 0003 <gen>
-
-
Else - Actions
-
-
Unit - Unpause Gimli 0005 <gen>
-
Custom script: call DestroyGroup (udg_Rohirrims1)
-
Custom script: call DestroyGroup (udg_Rohirrims2)
-
Set TempRect = Whats new in the Mark <gen>
-
Custom script: call RemoveRect(udg_TempRect)
-
Set TempRect = Rohirrims north <gen>
-
Custom script: call RemoveRect(udg_TempRect)
-
Set TempRect = Rohirrims south <gen>
-
Custom script: call RemoveRect(udg_TempRect)
-
Set TempRect = TalkToEomer <gen>
-
Custom script: call RemoveRect(udg_TempRect)
-
Custom script: call DestroyTrigger( GetTriggeringTrigger() )
-
-