IM(mob/Player/M in world,msg as text)
set name = "Instant Message"
if(M.IMtoggle)
usr<<"<font color = yellow><b>Chat Info:</font> This user has blocked IM."
return
else
if(lentext(Text) > 120){src << "<font color = yellow><b>Game Info: </font>Your message is too long."; return}
else
M<<"<i><font size=2><font color=yellow><b>[usr] Received IM: [msg]"
usr<<"<i><font size=2><font color=yellow><b>[M] Sent IM: [msg]"
Problem description:
How do you exclude NPC characters from appearing in the list?
How to specify the verbs to Players, so their names only appears on the list?