I want one like how DMO has it. They have a little icon thing before the users name, and you click it to send private messages..
Can someone help me?
I am thinking the little icon thing is an obj..
obj/pm
icon = 'pm.dmi'
Click()
var/bla = input("....
...
mob/verb
Say(msg as text)
view(usr) << "[pm] [usr] says: [msg]"
If I am correct on that, please tell me...