[HTML5] How do I access captured trigger text in a called script?

I have a trigger which captures some text, and I want to use that text within a script (or function) called by that trigger.  Is there a variable or something that captured groups are put into which is accessible?  The answer doesn't appear to be @1 or $1.
image

Best Answer

Answers

  • Thanks!

    I can get this working with the execute script option, but if I try putting my code in a function and using call function instead, nothing happens.  How is call function supposed to work?
    image
Sign In or Register to comment.