Quote:
Whenever your awardpoints alias gets triggered, you should have tons of error messages in your log.
Just a side note here, because you miss a { or a } doesn't mean everything will blow necessarily. Here, everything is executed as part of the alias:

Code:
alias copy_coins { 
echo -a Moving coins initialized
var %file1 $qt(old coins.ini)
....
This will be executed as a command, /alias is a command so that won't even produce an error, the { is going to be ignored the same way "//echo -a a { b" would


#mircscripting @ irc.swiftirc.net == the best mIRC help channel