Unit - Set Scaling value not working ??

Status
Not open for further replies.
Level 3
Joined
May 17, 2019
Messages
45
Hey

Strange thing here.

I am making some custom spell with the help of dummies. I intended to change the scale value of the dummy with trigger.

Unit - Set Real Field 'Scaling value' to ..

  • Unit - Set Unit: Paladin 0000's Real Field: Scaling Value ('usca') to Value: 3
And that is not working for unknown reason. Just tested it on empty map with a Paladin.

Any idea ?
 

Attachments

Well I gave up on that GUI trigger which seems to be not working at all.

Fortunately the JASS function works well (SetUnitScale)
 
That's not the same as SetUnitScale. That's referencing the Art - Scaling Value that you can modify in the Object Editor, which SHOULD be a Real value, but a lot of those "Set Unit/Ability Integer/Real/Boolean/String" fields don't work yet.

You want to use this:
  • Animation - Change (Last created unit)'s size to (100.00%, 100.00%, 100.00%) of its original size
 
Status
Not open for further replies.
Back
Top