- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
Is it possible to change a destructible's tint, or should we make this a unit to do so?
Also, will the game desynch if something like this is done:
Since tint does not play a role in combat or really anything except visualizes (unlike Terrain height Z?) and I never use it to calculate anything, it's just visualize, why would it a cause a desynch?
Is it possible to change a destructible's tint, or should we make this a unit to do so?
Also, will the game desynch if something like this is done:
JASS:
if GetLocalPlayer() == Player(1) then
//set some unit's tint to 0 for red, blue, green
endif
Since tint does not play a role in combat or really anything except visualizes (unlike Terrain height Z?) and I never use it to calculate anything, it's just visualize, why would it a cause a desynch?