ID:149500
 
This is just the section of my code in question, there is more not listed, and not in question.

as client in oview(1))

Am I able to do the above?

normally I would have mob in place of client. The thing I'm trying to prevent is this verb from showing up for NPCs and only work with other players.

LJR
LordJR wrote:
This is just the section of my code in question, there is more not listed, and not in question.

as client in oview(1))

Am I able to do the above?

normally I would have mob in place of client. The thing I'm trying to prevent is this verb from showing up for NPCs and only work with other players.

LJR

I believe this will not do what you want. According to the reference (http://www.byond.com/docs/ref/info.html#/verb), client is not an acceptable parameter for a verb. Even if it were, the client is not technically in view of the mob who executes the verb.