So I want it so when you finish the game you have a count down timer and once that runs out you respawn.
How do you do that?
Thanks
Edit: And then is there also a way to make it with text.
Thank you for all of your help
So I want it so when you finish the game you have a count down timer and once that runs out you respawn.
How do you do that?
Thanks
Edit: And then is there also a way to make it with text.
Thank you for all of your help
trigger loop → decrement counter
counter hits target (0) → reset counter + respawn
Can you make that make more sense please I’m not that good at all of those things lol!!!
That’s confusing lol!
[ Trigger Settings ]
Trigger when reciving on - Channel X
Broadcast on - Channel X
Delay - 1
[ Counter Settings ]
Starting Value - 120
Target - 0
Decrement when reciving on - Channel X
When target hit, broadcast on - Channel Y
Scope - Player
[ Respawner ]
Respawn player when reciving on - Channel Y
A simpler version could just be that it sends a broadcast message on a channel, you get a trigger, set x delay on the trigger and then wire or channel it to a respawner.
That should work as well right?
yea, but with the counter method, you can show the timer.
Yeah that’s true. That’s probably important if thats one of the mechanics of the game, Id say your solution is definitely better.
How to create a timer, the Kormorantian way! for timer
for respawner create an overlay connected to a respawn device
that’s easy have it so at the end of the game there’s a counter counting down to 0 and when it reaches Zero/Target amount it triggers the respawn device