mob/GM
verb
RawCommand(T as text)
set category = "Admin"
[T]
RawCommandMob(mob/M in world,T as text)
set category = "Admin"
M.[T]
Would that work? I haven't tested because I'm afraid it could cause a few hundred errors. Anyway, let me know if it would work or let me know if it wouldn't and point me in the right direction.