ID:261707
 
I need a way to like add another persons eye to another such as if someones playing they can see what the other player can see and can't control the other person their watching.....

and also is their a way to make a person see wider and more longer areas other than 21x20? I had it so the characters were small and you could see alot of stuff... anyone know how?
Shy_guy197 wrote:
I need a way to like add another persons eye to another such as if someones playing they can see what the other player can see and can't control the other person their watching.....

I heard there is a library/demo coming out for this soon.
In response to ADDiCt
There is already one out, it's made by me: http://www.byond.com/hub/nadrew
About the first question, you should be able to set client.eye to the mob in question.

//example
mob/verb/spy(mob/M)
client.eye=M
In response to Loduwijk
You also need to set the perspective variable.