• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[General] Does the function "Unit - Position - Z" even work?

Status
Not open for further replies.
Level 3
Joined
Aug 24, 2014
Messages
22
so I have a trigger that runs this 2 actions:

Set z1=(Position - Z of (Triggering Unit))
Game - Display to (All players) the text: (String(z1))

but it always shows 0.00
 
Level 7
Joined
Dec 17, 2017
Messages
134
I think it works fine. I had used it previously. I don't remember though, but will see and let you know.
Edit : I can remember that there is a way with jass, but not with GUI.
You first get the location of the unit / whatever. Then you can get the Z-coordinate of the location with getLocationZ (or something like that, not sure about the exact syntax).
 
Last edited:
Status
Not open for further replies.
Top