• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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