trigger to get variable to notepad

Posted by Perrin on Thu 01 Feb 2007 01:48 PM — 2 posts, 13,304 views.

USA #0
<triggers>
<trigger
enabled="y"
match="You . o O ( clear )"
send_to="12"
sequence="100"
>
<send>world.appendtonotepad "aard_quest_log", "Today's total " &amp; get variable ("totalgold") &amp; " gold and " &amp; get variable ("totalquestpoints") &amp; " quest points "

setvariable "totalgold", 0
setvariable "totalquestpoints", 0 </send>
</trigger>
</triggers>



Im not sure why this isn't working
I figured out how to do what i want, But Its alot sloppier so I still would like to get this working
USA #1
"get variable" should probably be just one word: "getvariable".