I'll post my code for radios and checking whether ", over" is in the sentence or not.
if(strstr(%text, ", over") > -1)//This checks to see if it's actually in the sentence
{
if(getSubStr(%text,0,strPos(%text,"plz")+strLen("plz")) $= "plz")
//Im not sure if that'll work, but it should go through the string and search for 'plz'
{
//Stuff goes here
}
}
But then again, Truce's would work better =/