Wave Image
















  • help > actions > their complex action
    varargs void their_complex_action(string message, object *targets, int alertness)
    Works like complex_action, but prints the results to all non-participants.
    See "man actions alertness" for more on the optional alertness flag.
    
    Example: this_player()->their_complex_action("$N $vbounce at $t and $t2.",
               ({ fing_player_ob, silence_player_ob }) );
    this_player() would see nothing.
    Fingolfin would see nothing.
    Silence would see nothing.
    others would see: "Megaboz bounces at Fingolfin and Silence."