|
help > actions > other action
void other_action(string message) - Just like simple_action(), but only
prints the message to the rest of the room, and not the doer.
Example:
this_player()->other_action("$N $vbounce.");
this_player() would see nothing
others would see: "Megaboz bounces."
|
|