Function do_game_command:
Defined in module m_actions (file: /std/modules/m_actions.c)

Emulates handling of emotes and player commands for NPCs that inherit this
module.  E.g. do_game_command("wield sword").  do_game_command("smile hap*").

Prototype:
void do_game_command(string str);
