on and off
-
Hello, I have a buy alert signal on m1 and I want it to sound only the first time and then when it goes off, how can I set a signal for when it goes off? Thank you very much
-
- Create variable "state"
- When your event happens, check condition: state == 0
-> if true, continue and modify state = 1
-
When the signal is no longer true? But what kind of signal is this?