StarGGundam2":26io7lq0 said:Gosh. It's so embarrassing that I don't know anything about these.
Anywayz. Can someone tell me how to make a timer descend like a normal clock in an event. Every time I use one and set it to 1 min. It just stays at 59 seconds at the start of the event
Ohhh. So.. putting it as a parallel process is a no no. That's what's making it reset itself. Thanks for your helpGlitchfinder":m80l2h97 said:StarGGundam2":m80l2h97 said:Gosh. It's so embarrassing that I don't know anything about these.
Anywayz. Can someone tell me how to make a timer descend like a normal clock in an event. Every time I use one and set it to 1 min. It just stays at 59 seconds at the start of the event
Can you move at all when the timer is stuck? If you can't, you're stuck in a loop. If you can, the event is resetting the timer every time it goes through. Check how you set it up. You should have the piece that sets the timer in a conditional branch, so that it won't reset the timer every time the event processes.
StarGGundam2":36lda1h4 said:Ohhh. So.. putting it as a parallel process is a no no. That's what's making it reset itself. Thanks for your helpGlitchfinder":36lda1h4 said:StarGGundam2":36lda1h4 said:Gosh. It's so embarrassing that I don't know anything about these.
Anywayz. Can someone tell me how to make a timer descend like a normal clock in an event. Every time I use one and set it to 1 min. It just stays at 59 seconds at the start of the event
Can you move at all when the timer is stuck? If you can't, you're stuck in a loop. If you can, the event is resetting the timer every time it goes through. Check how you set it up. You should have the piece that sets the timer in a conditional branch, so that it won't reset the timer every time the event processes.