- Joined
- Feb 9, 2006
- Messages
- 1,598
For some reason, the game will not move on to the following actions after the first one in this trigger:
I've tried to use both real time and game time seconds.
Thank you,
~Operator
-
Movie1
- Events
- Conditions
-
Actions
-
Unit Group - Pick every unit in CinemaPeople and do (Actions)
-
Loop - Actions
- Camera - Apply Movie1 <gen> for (Owner of (Picked unit)) over 0.00 seconds
- Wait 4.00 seconds
- Cinematic - Send transmission to (All players) from No unit named <Empty String>: Play No sound and display It was just another.... Modify duration: Add 0.00 seconds and Wait
- Wait 2.00 seconds
- Camera - Apply Movie3 <gen> for (Owner of (Picked unit)) over 0.00 seconds
- Cinematic - Send transmission to (All players) from No unit named <Empty String>: Play No sound and display An evil force was p.... Modify duration: Add 0.00 seconds and Wait
- Wait 2.00 seconds
- Camera - Apply Movie5 <gen> for (Owner of (Picked unit)) over 6.00 seconds
- Wait 6.00 seconds
- Camera - Apply Movie4 <gen> for (Owner of (Picked unit)) over 0.00 seconds
- Camera - Shake the camera for (Owner of (Picked unit)) with magnitude 2.00
- Wait 5.00 seconds
- Set MovieLoc = (Target of Movie4 <gen>)
- Sound - Play RiflemanAttack1 <gen> at 100.00% volume, located at MovieLoc with Z offset 0.00
- Custom script: call RemoveLocation(udg_MovieLoc)
- Camera - Stop swaying/shaking the camera for (Owner of (Picked unit))
- Camera - Apply Movie2 <gen> for Player 1 (Red) over 0.40 seconds
- Wait 0.30 seconds
- Animation - Play Child 0023 <gen>'s death animation
- Set MovieLoc = (Target of Movie6 <gen>)
- Wait 1.50 seconds
- Sound - Play RiflemanAttack1 <gen> at 100.00% volume, located at MovieLoc with Z offset 0.00
- Animation - Play Child 0024 <gen>'s death animation
- Wait 0.50 seconds
- Sound - Play RiflemanAttack1 <gen> at 100.00% volume, located at MovieLoc with Z offset 0.00
- Animation - Play Child (2) 0160 <gen>'s death animation
- Custom script: call RemoveLocation(udg_MovieLoc)
- Cinematic - Turn cinematic mode Off for (All players)
-
Loop - Actions
-
Unit Group - Pick every unit in CinemaPeople and do (Actions)
I've tried to use both real time and game time seconds.
Thank you,
~Operator
Last edited: