Whisper(mob/M in world,msg as text)
M << "<html><font size = 1><font color = purple><B><I> **Whisper**</I> [usr.Name]:<font color = black> [msg]</B></font></html>"
Problem description:
The Name variable is used as an input in the new character creation. When whisper is used it brings up the usr key instead of name in the list. How can I fix this?