ID:170981
 
Okay, lets say your map is 7x3. Your character is always in the middle.

xxxxxxx
xxxoxxx
xxxxxxx

What would you do if you wanted your character to be viewed to the side, like below?

xxxxxxx
xoxxxxx
xxxxxxx

The DM reference talks about client.eye, but only about locations, like client.eye=locate(2,3,1), and not like what I want. Thanks in advance.
FireEmblem wrote:
The DM reference talks about client.eye, but only about locations, like client.eye=locate(2,3,1), and not like what I want. Thanks in advance.
mob/Move()
..()
src.client.eye=locate(src.x+2,src.y,src.z)
Edited.
In response to XxDohxX
XxDohxX wrote:
for(var/client/C) C.dir = EAST


That would change his screen completely and his controls would get screwed up.
In response to Zaltron
Thanks Zalty, you da man...with the Z...on the first letter of your name...wiggy!