From StrategyWiki, the video game walkthrough and strategy guide wiki
< Widget Workshop
Revision as of 13:56, 31 May 2022 by Henke37 (talk | contribs) (Note what sounds convert to)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.