@verb #3310:"do_pueblo_contents" this none this rxdo #8438 @program #3310:"do_pueblo_contents" this none this "For the puebloites." "Usage: :do_pueblo_contents(connected players, disconnected players, objects)" {awake, sleep, thing} = args $command_utils:suspend_if_needed() if (length(thing) == 1) $msg:mtell("thing_sing", $pueblo_utils:title_list(thing)) elseif (length(thing) > 1) $msg:mtell("thing_plur", $pueblo_utils:title_list(thing)) endif if (length(sleep) == 1) $msg:mtell("sleeping_sing", $pueblo_utils:title_list(sleep)) elseif (length(sleep) > 1) $msg:mtell("sleeping_plur", $pueblo_utils:title_list(sleep)) endif if (length(awake) == 1) $msg:mtell("player_sing", $pueblo_utils:title_list(awake)) elseif (length(awake) > 1) $msg:mtell("player_plur", $pueblo_utils:title_list(awake)) endif "Last modified by Jay (#8438) on Tue Jan 23 13:24:47 2001 MST." .