Well i have tried it all, cant figure it out.
if ($strip(%strip1) == %triggerone) {
if ($strip(%strip2) == %triggertwo) { set %savethis $strip(%strip3) | goto setthings }
This works just fine
if ($strip($1) == %triggerone) {
if ($strip($2) == %triggertwo) { set %savethis $strip($3) | goto setthings. }
And i have echoed out all %strip1-3 to see if they are set.
The scripts dosent trigger on the if statement if i use $strip(%strip1)