@verb #9491:":t" this none this rxdo #7951
@program #9491:":t" this none this
{p} = args
if (p in this.trading)
return player:tell("Invalid Command (type '?' for help)")
endif
player:tell("Docking ...")
player:tell("One turn deducted, " + p.turns_left + " turns left.")
player:Tell("")
player:Tell("Commerce report for " + this.name + " " + ctime() + "")
player:Tell("")
player:tell("-=-=- Docking Log -=-=-")
if (this.docking_log == "")
player:tell("No current ship docking log on file.")
player:tell("For finding this unused port you receive 1 experience point(s).")
else
if (time() - this.docking_log[2] < 60)
player:tell("" + this.docking_log[1] + " just left.")
else
player:tell("" + this.docking_log[1] + " docked " + $su:english_time(time() - this.docking_log[2]) + "")
endif
endif
player:tell("")
player:tell(" Items Status Trading % of max OnBoard")
player:Tell(" ----- ------ ------- -------- -------")
player:tell("Fuel Ore " + (this.ore < 0 ? "Buying " | "Selling") + " " + $su:right(tostr(abs(this.ore)), 6) + " " + $su:right(tostr(toint(tofloat(this.ore) / tofloat(this.max_ore))), 3) + "% " + $su:right(tostr(p.current_ship.ore), 4) + "")
.