Widget Workshop/Datatypes

From StrategyWiki, the video game walkthrough and strategy guide wiki

The game internally uses specific datatypes for the data sent between parts.

Boolean values are used to indicate an on or off state. Sound clips convert to true, numbers other than zero convert to true as well.

Numerical values represent numbers. Boolean values convert to 0 for false and 100 for true. Sounds clips convert to 1.

Sound clips are used for playing sounds. Nothing converts to sound clips.