ID:174319
 
How can i make it to where it only shows 4 dist from the usr? then I want it pans with the usr as he/she moves.
Look up world.view in the reference.
http://www.byond.com/docs/ref/info.html#/world/var/view
In response to Jon88
I went there but i am not sure where to put view(5,usr)
In response to Xallius
You don't put view() anywhere. You want the view VAR, not the view PROC.

Just set world/view=4, like this:

<code>world view=4</code>