463
@verb #1112:"table" this none this rxdo #7788
@program #1112:"table" this none this
player:tell("
")
player:Tell("")
player:Tell("| Quantity | ")
player:tell("Unit | ")
player:TELL(" | ")
player:tell("Quantity | ")
player:Tell("Unit | ")
player:tell("
")
for a in (this.units)
for y in (a[2])
for x in (a[2])
try
player:tell("")
info = this:convert(1.0, y, x)
player:tell("| 1 | ")
player:Tell("", y, " | ")
player:tell("Is Equal To | ")
player:Tell("", info, " | ")
player:tell("", x, " | ")
player:tell("
")
except (ANY)
player:tell("")
player:tell("| Error, ", y, " to ", x, ". | ")
player:Tell("
")
endtry
$cmd_utils:suspend_if_needed()
random(100) > 95 ? suspend(2) | 0
endfor
$cmd_utils:suspend_if_needed()
endfor
$cmd_utils:suspend_if_needed()
endfor
player:Tell("
")
"Last modified by Dax (#789) on Sat May 16 14:19:39 1998 EDT."
.
0