I have flags already but I want another flag that ends game but only appears mid game
Add a timer to do check how far is mid game then wire it to activate/show the flag then and if the flag is captured wire it to end game device.
1 Like
ok thanks
Make a timer like this:
Have a lifecycle. connect it to a trigger with a wire so it activates the trigger.
place a wire repeater. connect the wire repeater to the trigger. connect the trigger to the repeater. Go into blocks for the trigger. Place an if block. Set it up as "if seconds since game start > (amount of seconds where the flag appears) then broadcast on channel. When that channel is broadcast on, activate the flag.
1 Like
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.