Hover the pump and run
Code: Select all
/c game.print(game.player.selected.fluidbox.get_flow(1))
After further testing I've determined that to get the "real" flow rate, you need:
Code: Select all
/c game.print(game.player.selected.fluidbox.get_flow(1) * 100/59)