ID:137838
 
perhaps you guys could make DM a little easier on adding verbs. ex:


mob/player/verb
emote(msg as text)
view() << "[usr] [msg]"

this is the starting verbs. say you have imm commands:

mob/player/imm_commands/verb
boot_the_bitch(mob/player/M)
del M
world << "[M] has been booted by [usr]"

sayt here are like 10 more on there too, just for pretend. perhaps you could make it to where

usr.verbs+=/mob/player/imm_commands/verbs

woudl give /mob/player all the verbs in /mob/player/imm_commands. handy, i would think. =)