• 🏆 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!
  • ✅ The POLL for Hive's Texturing Contest #33 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!

Cinematic is played 3 times ..

Status
Not open for further replies.
Level 3
Joined
Sep 15, 2021
Messages
31
Hello guys,

I've made a cinematic and it works fine except that it is kinda played 3 times.
(To be more precise, The units used on Cinematic mode are created again and "Game-Defeat Window" is showed up 2 more times.

It's so hard to explain it so i also put a video filmed that scene.

Once the "Game - Defeat" window is showed up, I want this cinematic not played again

  • Defeat Cinematic P1
    • Events
    • Conditions
    • Actions
      • Game - Display to Player Group - Player 1 (Red) for 5.00 seconds the text: You cound't protect kids..
      • Wait 5.00 seconds
      • Unit - Create 10 Kid for Player 11 (Dark Green) at (Center of Lives<gen>) facing (Position of (Triggering unit))
      • Sound - Play UndeadDissipate201<gen>
      • Cinematic - Turn cinematic mode On for Player Group - Player 1 (Red)
      • Player Group - Pick every player in Player Group - Player 1 (Red) and do (Camera - Apply Lives Camera<gen> for (Picked player) over 1.00 seconds)
      • Wait 3.00 seconds
      • Unit Group - Pick every unit in (Units in Lives<gen> owned by Player 11 (Dark Green)) and do (Unit - Explode (Picked unit).)
      • Wait 3.00 seconds
      • Player Group - Pick every player in Player Group - Player 1 (Red) and do (Game - Defeat (Picked player) with the message: Defeat!)
 
Level 3
Joined
Sep 15, 2021
Messages
31
I think the issue will be in the event, which seems to be added via some other trigger.
But I think the solution here could be to just turn off the trigger right at the start
  • Trigger - Turn off (this trigger)
with adding that, now it rewinds(is played) only 1 more time
I don't know where it causes from

Thanks though

  • Defeat Cinematic P1
    • Events
    • Conditions
    • Actions
      • Game - Display to Player Group - Player 1 (Red) for 5.00 seconds the text: You couldn't...
      • Wait 5.00 seconds
      • Cinematic - Turn cinematic mode On for Player Group - Player 1 (Red)
      • Sound - Play UndeadDissipate201<gen>
      • Unit - Create 10 Kid for Player 11 (Dark Green) at (Center of Lives<gen>) facing (Position of (Triggering unit))
      • Player Group - Pick every player in Player Group - Player 1 (Red) and do (Camera - Apply Lives Camera<gen> for (Picked player) over 1.00 seconds)
      • Wait 3.00 seconds
      • Unit Group - Pick every unit in (Units in Lives<gen> owned by Player 11 (Dark Green)) and do (Unit - Explode (Picked unit).)
      • Wait 3.00 seconds
      • Player Group - Pick every player in Player Group - Player 1 (Red) and do (Game - Defeat (Picked player) with the message: Defeat!)
      • Trigger - Turn off (This trigger)
 
Status
Not open for further replies.
Top