Wave Image
















  • help > actions > other action
    
    varargs void other_action(string message, int alertness)
    Just like simple_action(), but only prints the message to the rest of 
    the room, and not the doer.
    See "man actions alertness" for more on the optional alertness flag.
    
    Example:
    this_player()->other_action("$N $vbounce.");
    this_player() would see nothing
    others would see: "Megaboz bounces."