ID:162684
 
Ok, I want to know how I would set if that if their is a shopkeeper NPC in the room, you can use the list verb, but if their not you can't. Any examples?
You'd give the NPC the list verb, then use the "set src" setting to set where you can use the verb.

mob/NPC/shopkeeper
verb/list()
set src in oview(5)
In response to Garthor
Thanks, if its not to much could you explain, the whole oview()??
In response to Lundex
There's a DM reference for a reason, you know.

and is it even legal to have a verb "list"? It looks a lot like list() in the code.
In response to Kaiochao2536
its List() not list()