• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

KeyEvent during Cinematic

Status
Not open for further replies.
Level 1
Joined
Apr 17, 2019
Messages
4
Hello everyone. You probably already figured out my question :D Is it possible to register a key event during cinematic? A pretty simple question, yet help would be much appreciated :)
 
Level 9
Joined
Jul 30, 2018
Messages
445
Well, as far as I know, the only key events that are registered are Esc (Player - Cinematic Skipped event) and arrow keys (Player - Keyboard Event). You could have a trigger for these events and then turn a boolean variable on, when they are pressed. Then you can check in another trigger if the variable is true or false.

Alternatively you could have a unit with a custom ability with a certain hotkey, but that will require the unit to be selected by the player.
 
Level 1
Joined
Apr 17, 2019
Messages
4
Thanks for the replies guys, as far as im aware the PTR editor could mess up the map, or at least the map made with PTR would be unplayable outside PTR. I will try the method mentioned by Sabe, if that doesn't work i guess i'll focus on terraining for a little while, until the patch is officially launched.
Cheers.
 
Status
Not open for further replies.
Top