Controls the flood coolant system.
If called with no arguments, it toggles the flood coolant state.
If called with one argument, it explicitly turns the flood coolant on (`1`) or off (`0`).
flood() flood(state)
Toggle flood coolant
flood();
Turn on flood coolant
flood(1);
Turn off flood coolant
flood(0);