a strange variable assigning error

Posted by Henry Tanner on Tue 09 Nov 2010 04:02 AM — 4 posts, 18,089 views.

Finland #0
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:

name = %1
val1= %2
val2= %3
Australia Forum Administrator #1
Template:faq=32
Please read the MUSHclient FAQ - point 32.
USA #2
Just to clarify: While the example in the FAQ is about comparing, the problem is the same.
Finland #3
d'oh.

Thanks Twisol, thanks Nick