- Joined
- Jan 18, 2012
- Messages
- 92
I started experimenting with GetLocalPlayer() and I was wondering if it's possible to set a unit's scale only for the local player. I want to set the unit's scale to 0 so the owner of that unit can't see the unit but everyone else can.
I know of this function:
So I was wondering if this is possible. I read somewhere that it's safe to change the vertex color of a unit only for the local player, so I'm assuming you can change the scale too.
I managed to figure it out!
I know of this function:
JASS:
SetUnitScale(unit, x, y, z)
So I was wondering if this is possible. I read somewhere that it's safe to change the vertex color of a unit only for the local player, so I'm assuming you can change the scale too.
I managed to figure it out!
Last edited: