• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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