ID:170962
 
Hey, I have a quick question about src.client.eye, if I made a list popup with all of the Players/NPCs in the game , then they selected the player/NPC, then if I set src.client.eye = M.client.eye(the selected mobs client.eye), would that allow the person to see what that person is seeing? "Observing"? Also, to change it back if that would work, could I use src.client.eye = src.client.mob? Thanks in advance for any help.
If you want to spy on them, just set client.eye to M, then it will go to them and follow them around the same as it usually does for your mob. If you just want it at the other mob's loc, just set it to M.loc

That is, unless you mean you want to see what they are seeing even if they aren't seeing themselves... Setting it to M.client.eye should work, yes; but I'm not sure. You can easily test that though, just give it a go.