Vote for Our Mud on TMC!











help > actions > simple action

varargs void simple_action(string message, int alertness)
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.
See "man actions alertness" for more on the optional alertness flag.

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