I want to create an object that randomly chooses an output node to activate when powered. I tried looking at the NOT object to get a general understanding, but it looks like it uses object.setAllOutputNodes(storage.state). Is there a function that activates only one output node? Edit: I think I figured it out, I just need to run some tests to see if I did it correctly.