ID:267084
 
I checked out spuzzums "s_eye" but i couldn't really figure out what to do with it i am trying to amke a seat that when you use the "look" verb you can look foward 4 or 5 spaces.
i dont reall yhave any clue, i thought about using get step and such though please help?
mob/verb/Look()
usr.client.eye = locate(usr.x+4,usr.y,usr.z)


Something like that?
In response to Weedman
Dont forget to make it return to the mobs view at some point ;)