Vote for Our Mud on TMC!











help > actions > our targetted action

varargs void our_targetted_action(string message, object target, int alertness)
This works like targetted_action(), but prints the results only to the participants.
See "man actions alertness" for more on the optional alertness flag.

Example:
this_player()->our_targetted_action("$N $vbounce at $t.", fing_player_ob);
this_player() would see: "You bounce at Fingolfin."
Fingolfin would see: "Megaboz bounces at you."
others would see nothing.