Variable problems

Posted by Hathcock on Tue 20 Apr 2004 04:40 PM — 2 posts, 12,100 views.

#0
ok, I'm having problems with a variable that has more following it, it sends it as a seperate line...the variable in the command is @target so it looks like this when set as an alias

<aliases>
<alias
match="nca"
enabled="y"
expand_variables="y"
sequence="100"
>
<send>contemplate one
contemplate two
contemplate three
elicit changeheart @target neutral
forget one
forget two
forget three</send>
</alias>
</aliases>



when sent the "elicit changeheart @target neutral" comes out as,
elicit changeheart @target
neutral

it sends them on seperate lines, am I missing something here?
Thanks for any help
USA #1
Your variable must have a newline in it (or be two lines long), delete everyting past that, and you should be ok.

If you set it as an alias or trigger, then that should probably be troubleshooted.