ID:266620
 
Ok when I log in i made it so I can see invisible GMs
        usr.sight |= (SEE_MOBS|SEE_OBJS)

But when a GM goes invisible I cant see him! Whats wrong with that sight part?
You need to add SEE_SELF to it.
In response to Nadrew
It still doesn't work. I still can't see the other invisible GM.
In response to Thief Jack
Try setting the see_invisible var to the same level as your invisibility var. (Note that invisibility 101 shouldn't be used for anything you want seen, if you happen to be using it.)
In response to Foomer
Thanks Foomer!