Currently, nothing happens :P
GM_Watch(mob/M in world)
set category = "GM"
src.watched = M //used for something else
src.client.virtual_eye = M
src.client.eye = M
I filed this under "How-to" because I have no idea how this works (I just looked up some vars and said "this looks cool"), but you can always move it if you think it should be under Code Problems. I just figured that either my code is too far wrong for "code problems"; because I'm certain I don't have just a typo in there =/
EDIT: I do get a runtime saying I can't write to virtural eye; that's why "nothing" happens
But why does it go dark when I get 3 spaces away?