Vote for Our Mud on TMC!











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. my_ action variants 
make no use of the optional alertness flag and will ignore it.

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