I have a trigger line "* ( *, * )" to capture "Calamari System ( 110, 82 )"
trying to assign the second and third wildcards to variables give an error that doesn't make sense to me:
Compile error
World: Legends of the Jedi
Immediate execution
[string "Trigger: "]:3: '=' expected near 'val1'
the code:
trying to assign the second and third wildcards to variables give an error that doesn't make sense to me:
Compile error
World: Legends of the Jedi
Immediate execution
[string "Trigger: "]:3: '=' expected near 'val1'
the code:
name = %1
val1= %2
val2= %3