hi
idk how to explain :p

i want a script block that detects a word and then increases a counter.

basically like this:
Code:
on *:text:*count*:#: {
inc %count
}


but i want it like that: when someone writes "count blub count", %count should be increased by 2 and when someones types count three times, %count should be increased by 3 and so on..

thanks smile