help > actions > my action

void my_action(string message) - Just like simple_action(), but only prints
the message to the doer, and not the rest of the room.

Example:
  this_player()->my_action("$N $vbounce.");
this_player() would see: "You bounce."
Others would see nothing.