Thirsty Turtle

The Thirsty Turtle Upgrade is a Turtle Upgrade allows Turtles to suck up and drop fluids.

Functions

Function Returns Description
place() number amount Places a fluid in the world or tries to put a fluid inside a tank
placeUp() number amount Places a fluid in the world or tries to put a fluid inside a tank
placeDown() number amount Places a fluid in the world or tries to put a fluid inside a tank
suck([number amount]) number amount Sucks a fluid from the world or from a tank
suckUp([number amount]) number amount Sucks a fluid from the world or from a tank
suckDown([number amount]) number amount Sucks a fluid from the world or from a tank
getFluid() table fluidContained Gets info for a fluid contained, table has the key values: amount, id and name
fill([number slot]) number amount Attempts to fill tge item in the turtle's current slot with fluid in the internal tank
drain([number slot]) number amount Attempts to drain the item in the turtle's current slot and insert the contents in the internal tank