How do I use the change scale actions?

image

I tried this but when this happens the players controls just revert.
I want the body of that unit to become smaller? (instead of changing the unit)

2 Likes

Body and sprite scale is on a scale from 0 (0% original size) to 1 (100% original size) or beyond. For example, if you want the unit to become half of its original size, change its scale to 0.5.

3 Likes

@kyle69 is it possible to make it so a player is holding an item, and if a unit touches that item (actions)

I have already made one but i need it so the unit thats holding the item to not affect that unit

2 Likes

Add a if (triggering unit) != (owner of (triggering item)) unit comparison.

3 Likes