ID:266647
 
mob/proc/essage()
for(var/mob/M as mob in world)
if(istype(M,/mob/pc))
if(M.ownr!=src.owner)
if(get_dist(src,M) <=1)
src.trader=M.owner
src.traderie=M
switch(input(M,"[src.ownr] is offering you [src.amo] [src.amo3] for [src.amo2] [src.amo4], Do you accept?","You accept?") in list("Yes","No"))
if("Yes")


OK I have it send the mob to this town and call essage...

but for some reason the input doesn't come up??
someone wanna help me ? :)

take note after each if I haev an

else
spawn
essage()