List()
set hidden = 1
for(var/mob/M)
if(istype(M,/mob/NPC/shopkeeper1))
shopkeeper1()
if(istype(M,/mob/NPC/shopkeeper2))
shopkeeper2()
Problem description:
Uhhh, so I want when I walk into the room in a MUD, that when I type list it will pop the list of stuff...which is shopkeeper1() and shopkeeper2()