@Riamus2
I was adding that part to my current script but needed to add it several times so i was thinking making it an alias, can that be done using { return } in it?
example
on *:text:*:#: {
if (*sampletext* iswm $strip($1-)) { /watch | /nextstep }
}
alias watch {
set %watch 1
else inc %watch 1
if ((what you're looking for isin $1-) && (%watch)) { return }
if (%watch > 5) { unset %watch }
}
above piece looks like rubbish i think and isn't gonna work, or is it?