ID:145373
 
Code:
src.client.eye=locate(x,y,z)


Problem description: Why the hell doesn't this work? Reference on client.eye;


Example:
client
eye = locate(5,5,1)

This fixes the center of the player's map at the turf coordinate (5,5,1).
Since the eye is fixed, the map will not scroll even as the player's mob moves out of the visible range.



You need to be more specfic, what doesn't work about it? Does it do anything?
In response to Nadrew
You go into a blackscreen o.o. (The eye, that is). And I'm pretty sure that coordinate exists, and that there's something to see. >.>
In response to Mysame
You need to change the value of client/perspective, check the reference.
In response to Nadrew
Ty, works now.