ID:143137
 
Code:
    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()
sry as i said before im not good at muds or text based >_> my only suggestion is when you enter the area to make it as the person if he/she would like to buy somthing >_>