How do I make a trigger to send a command in x seconds and if that same trigger is run again, it will cancel the previous command and send command again
Example:
Text: MushClient
Script: Wait 1000; Send something
When text "MushClient" appears, the script will wait 1 second and then will echo "Something", where text "MushClient" appear again before command echo, the both command "WAIT" and "Send " will be aborted and sent again
is possible to do this kind of trigger?
Example:
Text: MushClient
Script: Wait 1000; Send something
When text "MushClient" appears, the script will wait 1 second and then will echo "Something", where text "MushClient" appear again before command echo, the both command "WAIT" and "Send " will be aborted and sent again
is possible to do this kind of trigger?