hello, I’d like to add a counter to a trigger, so that after x amount of triggers a code is executed. I’m new to javascript, so forgive me if this is obvious. my assumption is I should use setMessage to the target trigger to be a counter like so
var counter = 0;
run("setMessage 100 var counter = counter++");
if(counter > 5){
run("setMessage 200 direct:// setPattern 2 {2} {0} {0}, direct:// setActive 2 {1}");
console.log(counter);
however, I am not able to get this to work. Is there something obvious I’m missing?
“}” is in the code I just didnt copy it over
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |