Share feedback, ideas and get community help

Home
Members
Caio M. S.
C
Caio M. S.
Offline, last seen 3 months ago
Joined September 13, 2024
I'm trying to implement a timer that runs simultaneously while also waiting for user input. I want to perform a specific action if the timer expires and the user hasn't entered anything. However, if the user sends a message, the timer should be ignored and a different action should occur. The problem is that each block can only connect to one other block, so I'm unable to run the timer and receive input at the same time.
3 comments
C
B