ID:173959
 
I've made the following verb-
mob
Observer
verb
View(mob/M in world)
usr.client.eye = M

it works on nearby mobs but if they move to far away a blank screen appears, the help file says something about perspective so i changed:
client
EYE_PERSPECTIVE //It was something like this
i can't remember.
Can anyone help me out?
Thanks in advance.
-Thorg
client.perspective can equal one of either two things, MOB_PERSPECTIVE, or EYE_PERSPECTIVE. You want EYE in this case (I think, I always get these mixed up).
In response to DarkView
so i want client.perspective = EYE_PERSPECTIVE?
Okay, thanks!
I'll go try it out :D
-Thorg