ID:149102
 
how do i make something invisable to 1 mob, but not all the rest, and that one mob cannot interact with that something?
I don't know if this will work

mob/verb/Make_Sum_1_Invisible_to_You(mob/M in world)
for(mob/M)
client.M.icon=invisible
In response to Strange Kidd
well if anyone knows if this will work, tell me. I cant test it right now, im busy working on my game on something else.