So basically I want to know if there is a way to make a device that sends out a different signal every 5 seconds. ( I guess this is pretty hard since I haven’t gotten an answer in a hour ).
I’ll try to help but i’m not really the pro at creative. I probably messed up.
Create a Trigger:
Set the trigger to activate when the game starts.
Set a trigger delay to 5 seconds.
Set the trigger to broadcast on a specific channel… ex: Channel A
Create a Counter:
Set the counter to start at 0.
Set the counter to increment by 1 every time it receives a signal on Channel A.
Connect the Trigger and Counter
Connect the output of the trigger to the input of the counter.
Create Multiple Outputs
Use additional devices. ex: wire repeaters, logic gates) to create different outputs based on the counter’s value.
try this out. probably some mistakes
I tried it, but unfortunately it did not work correctly.
help me i don’t know how to make a
shop
- Welcome to the community forums.
- You can post your own topic about that.
You could make a bunch of triggers that receive on “start event”. One trigger has a 5 second delay, that transmits on “event 1”, the next trigger has a 10 second delay that transmits on “event 2” and so on and so forth. Obviously channel names can be changed. This is the simplest solution I thought of
Maybe on game start<broadcast on channel x.
trigger on channel x<and when the trigger is triggered, trigger another one with a delay of 5 secs. When that one is triggered, do the event and continue the loop.
(idk if this works.)