• 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.

[JASS] Ability that makes somtehing invisible

Status
Not open for further replies.
Level 11
Joined
Sep 12, 2008
Messages
657
is there a way to make an ability like True sight, just do the opposite?
if its visible, make it invisible, if its invisible, make it visible?
i dont care vjass/jass or w/e...

edit: btw.. just for 1 player. (its suposed to be mpi)

thanks in advance.
 
Last edited:
Level 11
Joined
Sep 12, 2008
Messages
657
well.. i want like a tree engine system..
for each player, but only the player can see it.
also when you can like "enter houses".. and the roof dissapears,
i need a way to make them invisible.. if i do "hide unit/destructable"
it will be for every 1.. so i was thinking there might be a way with LocalPlayer (never used it before, so i got no clue how it works).
 
Level 9
Joined
Dec 12, 2007
Messages
489
well, if its destructable, then i suggests that you make a dummy unit with the destructable model to replace it, so you can at least do more with it than with destructable options.

haven't tried it, but how bout alpha transparency in vertex color?
 
Status
Not open for further replies.
Top