Is it possible to make a machine out of multiple devices that makes something have a (preferably controllable) chance of happening? Like, for my project, I want to have an interaction device have a 50% chance of giving you an item; is there a way to make a machine like that?
Yeah you can do that. Have an item granter that’s wired to something like a button and have it set to run wire pulse block. Add a block to the item granter that uses a pick random 1 - 2 and if the number is equal to 1, then grant the item.
Yes, you can just replace the button with a vending machine, but don’t grant the item, make it broadcast on a channel. Wire the vending machine to the item granter. If you want to have the image of the item still appear on the vending machine, you can use the item image device and put it over the vending machine.