You can combine the top two into on on INPUT event by using regex and $iff
Syntax = < +/- qaohv > < $2 >
[code]
on $*:INPUT:/((\+|-)(\S+))/:#:{
raw -q MODE # $regml(1) $iif(!$2, $me, $2)
}
[/code}
or if you want to keep it in an alias you could use:
[code]
alias amode {
raw -q MODE # $1- $iif(!$2, $me, $2)
}
[/code]
This is not a script all you have done virtually is take the mirc basic alias command and added inc %counter to the end.
Not to mention you have to add a channel name.