How do you get the height of a unit off the ground? I am using this:
Does anyone know the solution to this problem? Thank you.
- Set temp_Point1 = (Position of Ball)
- Custom script: set udg_BallHeight = GetLocationZ( udg_temp_Point1 ) + GetUnitFlyHeight( udg_Ball )
Does anyone know the solution to this problem? Thank you.