Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
I’m imagining a state machine gadget, where the name of the gadget specifies a unique state machine. Then, a microchip could have a tab for state machine control which includes which state machine gadget it is associated with, and a numerical state number. The state machine gadget would be used to automatically enable the microchip associated with the current state, an input for setting the next state, and then a signal for jumping to the assigned next state.
Right now, using selectors and variables is more complicated than it should be because the timing of variable setting and selector changing has to be sequenced, and sequencing logic in dreams requires careful use of timers, which also adds unnecessary delay.