help > actions > targetted action

void targetted_action(string message, object target) - This works like
simple_action(), but assumes that 'target' is the target of the action, such
as in the example given in the overview.

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."