ID:173516
 
Hello how can i make it so if they say the same thin 2 times in a row it will warn them they will be booted?
i know how to make it boot them if they ask for certain words 2 times
In response to CrazyJedi
CrazyJedi wrote:
i know how to make it boot them if they ask for certain words 2 times

no thanks i know how to code that.
In response to CrazyFighter
Store their last said message in a variable. During your say verb, test to see if what they are saying is the exact same thing as the last thing they said. If it is, alert them. You could add two variables to test if they say it 3 times in a row, and boot them automatically. I can think of ways to abuse this system, but that's one way to do it. Also, you might want to add a tick proc to reset these variables, in case people NEED to say things more than once, just not really quickly.