Vote for Our Mud on TMC!











help > actions > my complex action

void my_complex_action(string message, object *targets)
Works like complex_action, but only prints the result to the doer.
my_ action variants have no use for the alertness flag and will ignore it.

Example: this_player()->my_complex_action("$N $vbounce at $t and $t2.",
           ({ fing_player_ob, silence_player_ob }) );
this_player() would see: "You bounce at Fingolfin and Silence."
Fingolfin would see nothing.
Silence would see nothing.
others would see nothing.