Vote for Our Mud on TMC!











help > actions > targetted action

varargs void targetted_action(string message, object target, int alertness)
This works like simple_action(), but assumes that 'target' is the target
of the action, such as in the example given in the overview.
See "man actions alertness" for more on the optional alertness flag.

Example:
this_player()->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: "Megaboz bounces at Fingolfin."