help > actions > simple action

void simple_action(string message) - This function prints out an action
involving just the doer.  The doer will get their message, and the rest of
the room will get theirs.

Example:
  this_player()->simple_action("$N $vbounce.");
this_player() would see: "You bounce."
others would see: "Megaboz bounces."