ID:157288
 
Hey, I've been working on a project and I'm trying to make a power that makes you invisible to some people but not to everyone. What I'm trying to do is to have a ghost that's invisible to humans but not to witches but I have no idea how to, please help! ^^'
Look up invisibility, see_invisibility... or maybe /image
mob/witch
see_invisible=1
mob/human
see_invisible=0
mob/ghost
invisibility=1
In response to Kokomo0020
Thanks a lot! I finally got it to work :)
I had never seen that see_visible variable. Perhaps I should read more, thanks again! ^^