Vote for Our Mud on TMC!











help > actions > other targetted action

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

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