23 Dec 10, 07:29PM
Hi again, I've got another Question :o
I´m trying to realise something like this:
but I don´t know how to make it with Cubescript-syntax. I already look in the AC-Reference, but I only find a logical OR and nothing about string-manipulation or regular expressions.
I know I could realise this with 2 rules, but I first wanted to try it that way :)
Thanks in advance
I´m trying to realise something like this:
[SELECT ALL] Code:
// PSEUDOCODE:
if_conline_has "you (fragged || gibbed) teammate" [ ...
// OR (better)
if_conline_has "you [a-z]* teammate" [ ...
// I hope its understandably..
but I don´t know how to make it with Cubescript-syntax. I already look in the AC-Reference, but I only find a logical OR and nothing about string-manipulation or regular expressions.
I know I could realise this with 2 rules, but I first wanted to try it that way :)
Thanks in advance