Vote for Our Mud on TMC!











help > actions > our complex action

varargs void our_complex_action(string message, object *targets, int alertness)
Works like complex_action, but only prints the result to the participants.
See "man actions alertness" for more on the optional alertness flag.

Example: this_player()->our_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: "Megaboz bounces at you and Silence."
Silence would see: "Megaboz bounces at Fingolfin and you."
others would see nothing.