@verb #4214:"bye goodbye" any none none rxdo #8438 @program #4214:"bye goodbye" any none none "Allows the player to wave goodbye." "Syntax: bye " "If without a player match, the player simply waves goodbye." this:update_usage("bye", player) if (!dobjstr) player.location:announce(player:title(), " waves goodbye.") player:tell("You wave goodbye.") else " dobj = $string_utils:match_object(dobjstr, player.location);" if ($command_utils:object_match_failed(dobj, dobjstr)) return endif player.location:announce_all_but({dobj, player}, player:title(), " waves goodbye to ", dobj:title(), ".") player:tell("You wave goodbye to ", dobj:title(), ".") dobj:tell(player:title(), " waves goodbye to you.") endif .