#Need Help
1 messages · Page 1 of 1 (latest)
Do you hold the beans or do they disappear once you collect them?
It's an interaction volume so it locks
Ok, locks for everyone or just the one person?
Ok, so when it locks, have it add 1 number to a synced int variable
When you try to go home, test if the synced int is “greater or equal” to 3
Ok
Can you explain it a little bit better bc I don't really know circuits that good lol
Do you have the lock system done?
Do you know how to make it?
There is a port on the side called, “set locked”
Yeah I know
Right underneath there is a bool that says, “false”
Set that to say true
Then wire the “on use” port on the top right side of the circuit to the “set locked” port
This’ll make the lock system
Now place an “int variable”
Configure it so it’s synced
And rename it to “beans” or whatever
Done
Place an “add” circuit
Wire the right side of the variable to one of the ports
And make the other port say “1”
Put the sum into the left side of the variable
Done
Wire right side of “set locked” to left side of the variable
Done
Ok now duplicate that system 3 times
Then for your door, connect the “on use” port to an if, and place a greater or equals chip and wire the red to red and make the top part of the greater or equals wired to your variable and the bottom number say 3, then make your then port on the if go to room
Yeah
Thanks