|
RE: Define formula response not working? |
There is no easy way to call into an equation or state of another script other than the SRAI operator.
1 2 3 4 5 State:FirstThisThenThat { pattern "first * then *" template Formula:"{srai (get #word from :star at 1)}, {srai (get #word from :star at 1)}"; } |
|
|
|
|