Unfortunately the fix broke at least one case:
Code:
alias testloop {
  var %a 1
  if (1 == 2) noop
  else { while (%a <= 5) var -s %a %a + 1 }
}
This worked in the past.


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