ID:1450955
 
(See the best response by Ter13.)
Code:
mob/admin/verb/change_eye()
src.client.eye=locate(10,24,3)


Problem description: This gives me an error:

runtime error: undefined variable /client/var/client
proc name: change eye (/mob/admin/verb/change_eye)
usr: the hi (/mob/player)
src: TheDarkChakra (/client)
call stack:
TheDarkChakra (/client): change eye(). Help would be appreciated.
Best response
It looks like this verb has been added to the client's verbs list. Meaning you will want to adjust:

src.eye = locate(10,24,3)