Vote for Our Mud on TMC!











help > actions > other complex action

varargs void other_complex_action(string message, object *targets, int alertness)
Works like complex_action, but prints the results to everyone but the doer.
See "man actions alertness" for more on the optional alertness flag.

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