• 🏆 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!

Cinematic problem

Status
Not open for further replies.
Level 4
Joined
Jan 25, 2009
Messages
117
I have this trigger:
Events
Map Initialazion

Actions
Set Cinematic (variable) this trigger

and then

Events
Player skips a cinematic sequence

Actions
Turn off Cinematic(trigger)
Cinematic mode off for all players.

But the transmissions from the units still keep coming.
 
Level 12
Joined
Aug 22, 2008
Messages
911
Yeah, that's the hard part with Escape-Cinematics systems. I'd use "Skip Remaining Actions" if it meant to do it on the cinematic trigger.
Turn Off prevents future executions of the trigger, but does not disturb existing executions of the trigger.
I'd also like to know a solution to this.
 
Level 18
Joined
Aug 23, 2008
Messages
2,319
Since during a transmission, you hear a sound being played, why don't you use Stop Sound? I don't know if the text still shows, but if so: You can try sending a new blank transmission of 0.01 seconds. I'm not sure, but it could cut off the previously shown text.
 
Status
Not open for further replies.
Top