- Joined
- Nov 3, 2008
- Messages
- 44
[SOLVED - Not possible]
Hey there,
I've seen some spells modifying the unit size already, so I've decided to try one aswell.
xxdingo... is coding in Jass, im using the GUI.
The spell he made changes the size of a unit to a specific multiplier and kills it, then resets its unit size.
Here is my problem:
However, once the timer expires i want to reset the unit size.
The only way I found is following function:
My question to you fine folks is wether you know a possibilty (in Jass or however) how to return the scaling value of a unit in particular. So I can save it beforehand and reset it to the value afterwards.
Hey there,
I've seen some spells modifying the unit size already, so I've decided to try one aswell.
xxdingo... is coding in Jass, im using the GUI.
The spell he made changes the size of a unit to a specific multiplier and kills it, then resets its unit size.
Here is my problem:
- Animation - Change Voodoo_Unit_Target's size to (Voodoo_Real_Temp%, Voodoo_Real_Temp%, Voodoo_Real_Temp%) of its original size
However, once the timer expires i want to reset the unit size.
The only way I found is following function:
- Animation - Change Voodoo_Unit_Target's size to (100.00%, 100.00%, 100.00%) of its original size
My question to you fine folks is wether you know a possibilty (in Jass or however) how to return the scaling value of a unit in particular. So I can save it beforehand and reset it to the value afterwards.
Last edited: