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:
Inverting the output gave me very weird results, although it's attached to a pretty complex bunch of logic so it can be hard to tell exactly what's going on. A not gate is a bit inconvenient (I wanted a way to arbitrarily set the initial state for a few hundred copies of this microchip, so manually adding not gates would take a while.)
In the end I just hooked up a switch to another signal manipulator set to pulse at on, which then fed in to the signal manipulator I wanted to change the initial state of. If the switch is on, the signal manipulator will start on.
This still isn't great, as I'm trying to make this microchip as inexpensive as possible (the scene has hundreds of copies) but it'll do for now.