I am currently making an RPG, and am using a Dark Templar model to represent my main character. I have successfully removed its permanent cloak, but now want to give it a cloak which is toggleable. I have given it the "Banshee-Cloaking field" ability, and it now has enough energy to sustain a cloak. I now want to be able to press E to activate and deactivate the cloak, but have run into some problems. Due to the nature of my RPG, this ability comes later in the game, which is initiated by triggers, so I have tried to make the controls triggers too. This is the trigger i am currently using:
Cloak:
Events
UI - Player 1 presses E key Down with shift Allow, control Allow, alt Allow
Local Variables
Conditions
Actions
Unit - Order Kartnal [107.99, 31.03] to (Banshee - Cloak (Banshee)) (Replace Existing Orders)
For some reason it does not activate the cloak, or do anything at all, and i know it is not a UI problem, as the E key works the same for a previous animation trigger. So if anyone sees any problems here, i would very much appretiate help, thank you.
I am currently making an RPG, and am using a Dark Templar model to represent my main character. I have successfully removed its permanent cloak, but now want to give it a cloak which is toggleable. I have given it the "Banshee-Cloaking field" ability, and it now has enough energy to sustain a cloak. I now want to be able to press E to activate and deactivate the cloak, but have run into some problems. Due to the nature of my RPG, this ability comes later in the game, which is initiated by triggers, so I have tried to make the controls triggers too. This is the trigger i am currently using: Cloak: Events UI - Player 1 presses E key Down with shift Allow, control Allow, alt Allow Local Variables Conditions Actions Unit - Order Kartnal [107.99, 31.03] to (Banshee - Cloak (Banshee)) (Replace Existing Orders)
For some reason it does not activate the cloak, or do anything at all, and i know it is not a UI problem, as the E key works the same for a previous animation trigger. So if anyone sees any problems here, i would very much appretiate help, thank you.
@Myers743: Go
Why cant you just use the hotkey for the ability itself?
@SouLCarveRR: Go
It is a cinematic type of RPG, so the UI is disabled (as is the mandatory mod i use) So hotkeys dont work.