|
Samus Novice
Joined: 01 Jan 2003 Posts: 32
|
Posted: Tue Apr 20, 2004 6:33 pm
BUG? or am I doing this wrong |
#TR {~[ %d Lord~]%w} {#VAR name %additem(%2,@name)}
whenever i type that in the command line and than go check in the trigger file it shows it all except %additem( %2..
is it supposed to have that space after the ( ? I think that's my problem because it puts blank values in the @name variable |
|
|
|
Danlo Magician
Joined: 28 Nov 2003 Posts: 313 Location: Australia
|
Posted: Tue Apr 20, 2004 7:28 pm |
no, a space isn't a problem.
Try changing the line to:
#TR {~[ %d Lord~]%w} {#VAR name {%additem("%2",@name)}} |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Apr 21, 2004 1:25 am |
You trigger pattern does not have anything marked to be stored in the %nn parameters.
#TR {~[ (%d) Lord~](%w)} {#VAR name {%additem("%2",@name)}} |
|
|
|
|
|