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
<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