You know that you cannot trigger your own on TEXT events? Someone else need to trigger it for you.
All or most of my scripts are text triggered, but for some reason this:
on *:TEXT:*command*:#: {
if (!%comwait) {
set -u6 %comwait 1
msg $chan testcommand
}
else {
msg $chan this command is on cool down
}
}
doesn't work, maybe i should try moving it up in my script file?