• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Cinematic problem

Status
Not open for further replies.
Level 15
Joined
Oct 18, 2008
Messages
1,588
Yo guys!
I made a cinematics trigger but it stops after the first wait Oo
  • Wall Cinematic
    • Events
      • Unit - A unit enters Region 037 <gen>
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • Trigger - Turn off (This trigger)
      • Cinematic - Turn cinematic mode On for (All players) over 1.00 seconds
      • Cinematic - Clear the screen of text messages for (All players)
      • Cinematic - Turn subtitle display override On
      • Visibility - Disable fog of war
      • Wait 1.00 seconds
      • Player Group - Pick every player in Player Group - Player 1 (Red) and do (Actions)
        • Loop - Actions
          • Camera - Apply Camera 001 <gen> for (Picked player) over 0.00 seconds
          • Camera - Apply Camera 002 <gen> for (Picked player) over 0.20 seconds
          • Wait 0.20 seconds
          • Camera - Apply Camera 003 <gen> for (Picked player) over 0.20 seconds
          • Wait 0.20 seconds
          • Camera - Apply Camera 004 <gen> for (Picked player) over 1.00 seconds
          • Wait 1.00 seconds
          • Camera - Apply Camera 005 <gen> for (Picked player) over 2.00 seconds
          • Wait 2.00 seconds
          • Camera - Apply Camera 006 <gen> for (Picked player) over 2.00 seconds
          • Wait 2.00 seconds
          • Camera - Apply Camera 006 <gen> for (Picked player) over 0.00 seconds
          • Wait 1.00 seconds
      • Cinematic - Turn subtitle display override Off
      • Cinematic - Turn cinematic mode Off for (All players) over 0.20 seconds
      • Visibility - Enable fog of war
Any idea?
 
Level 15
Joined
Oct 18, 2008
Messages
1,588
Waits don't work inside group loops, be it players' or units' groups.
Since you want those actions to happen for Player 1 (Red) only, use it as a reference to your actions.
Camera - Apply Camera 001 <gen> for Player 1 (Red) over 0.00 seconds.

That's not true, just changed it to player 1 so maybe it works but thx now I know what to do :) I wish I could give u rep+ again xD Oh and downloading your cinematics :D
 
Status
Not open for further replies.
Top