So I'm trying to create a locating task for my phone.
I have it set up so that if my phone gets a text from my Gvoice account with the word "Marco" the phone will say "Polo" repeatedly.
1. Set Variable %countdown 20
2. Say "Polo"
3. Subtract %countdown 1
5. Goto 2 if %countdown != 1
Is there any way to add an interrupt in there to cancel the task when I find the phone. Either by pushing a button, or by sending another text?
I have it set up so that if my phone gets a text from my Gvoice account with the word "Marco" the phone will say "Polo" repeatedly.
1. Set Variable %countdown 20
2. Say "Polo"
3. Subtract %countdown 1
5. Goto 2 if %countdown != 1
Is there any way to add an interrupt in there to cancel the task when I find the phone. Either by pushing a button, or by sending another text?