Trigger (Change flying height) does not work!

Status
Not open for further replies.
Level 3
Joined
Nov 3, 2008
Messages
44
Well, i set variables, added "Crowform" to the changing unit, and the rest... but the unit does not change the flying height... Maybe it is cause the height it should change to is "-50". But i think there must be a way to decrease the original height.
If its impossible to change it to -50, just post yes! :xxd:... cause the rest i can fix miself.
Thanks :wink:
 
Level 12
Joined
Aug 22, 2008
Messages
911
Idea! Let's say that FlyHeight is an integer variable.
  • YourTrigger
    • Actions
      • Set FlyHeight = value
      • Unit - Set flying height of (YourUnit) to FlyHeight
The variable can be changed and used many times.
And if the action requires a "Real" value, you can use: Math - Convert Integer to Real.
 
Status
Not open for further replies.
Top