My response was in reply to
Quote:
so it seems that the second time /timer is called here, the alias isn't finishing

This should only trigger once, when shift+enter is pressed, but it continues to trigger repeatedly. This DOESN'T happen with the -m switch
Code:
on *:INPUT:*:{
  if ($mouse.key == 4) { .timereb -h 1 1 editbox -an $1- | halt }
}
It's as though the On Input isn't finished, so $mouse.key isn't reset yet.

Last edited by FroggieDaFrog; 05/07/11 05:04 PM.