ID:154247
 
I have map that is 13x13 tiles. I want o focus on the center like 6,6 or 7,7.

Something about client.eye comes to mind but not sure what I need.

LJR
Just find the turf in the center, and set client.eye equal to it. You will also probably need to set client.perspective to EYE_PERSPECTIVE, so that vision is figured from the eye and not the mob itself (which in this case sounds like it won't be anywhere near the turf).

-AbyssDragon