• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Make a unit invisible for 1 player.

Status
Not open for further replies.

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
So this is what I want.

I want (unit1) to be invisible for player1.
I want (unit1) to be visible for player2-player12
I want (unit1) to be vurnerable.
I want (unit1) to be able to walk and/or be moved.

How do I do this?

+rep from me and Hagge5 for a answer.

Thanks!
 
Level 6
Joined
Apr 4, 2010
Messages
74
Use one of the many invisilibity abilities.
If that is not and option and the unit has no billboard effects on its model you could also locally adjust the vertex colour for a player so it is completly transparrent (but still can be attacked).

Something like this? (GUI)

custom script: Set localplayer == [the player]
set vertex coloring (make invissible)
custom script: endif

Will that cause a desync? Or will it work what-so-ever?
 
Status
Not open for further replies.
Top