Vote for Our Mud on TMC!











help > actions > my targetted action

void my_targetted_action(string message, object target)
This works like targetted_action(), but prints the results only to the doer.
my_ action variants have no use for the "alertness" flag and will ignore it.

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