Thirsty Turtle


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

Functions

Function Returns Description
drop() number amount Places a fluid in the world or tries to put a fluid inside a tank
dropUp() number amount Places a fluid in the world or tries to put a fluid inside a tank
dropDown() 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
getLiquid() table fluidContained Gets info for a fluid contained, table has the key values: amount, id and name
pack([number slot]) number amount Attempts to pack the fluid contained in the turtle into an item in the turtle's inventory
unpack([number slot]) number amount Attempts to unpack a fluid from an item in the turtle's inventory