Hey! Been looking through many Cameraheight-triggers, but can't find the solution anyway. I really need to have it in with a spoon. I am kind of new in this and looking for help! =) So if there are any solutions, just don't show the trigger, but also how we get/make the variables. Thanks!
Here is the one I am currently trying to figure out:
For example, I don't even know how to Set TempPoint. I also don't know what type of Variable type rHeroHeight is.
By the Way, I do not have JASS, also wonder why it's so needed for different stuff. =)
Here is the one I am currently trying to figure out:
-
Set Camera Height
Events
Time - Every 0.10 seconds of game time
Conditions
Actions
Set TempPoint = (Position of Test Hero 0001 <gen>)
Custom script: set udg_rHeroHeight = GetLocationZ (udg_TempPoint)
Camera - Set Player 1 (Red)'s camera Height Offset to (rHeroHeight + 200.00) over 0.50 seconds
Custom script: call RemoveLocation (udg_TempPoint)
For example, I don't even know how to Set TempPoint. I also don't know what type of Variable type rHeroHeight is.
By the Way, I do not have JASS, also wonder why it's so needed for different stuff. =)









