1d6 @verb #4821:"list" none none none rdo #9799 @program #4821:"list" none none none player:tell(#2736.name, " sells the following items. Type 'buy <item number> from ", #2736.name, "' to buy one.") player:tell(" # name") player:tell(" ** **********************") for x in [1..length(#2736.for_sale)] player:tell(" ", $string_utils:right(x, 2), " ", #2736.for_sale[x]) endfor "Last modified by MadHatter (#8371) on Tue Jul 23 14:49:46 2002 MDT." . 0