Vote for Our Mud on TMC!











help > actions > their targetted action

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

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