Jump to content

reaction on whisper


zatvorgt

Recommended Posts

Hello ,how to check whisper without time and player name 
 

this work

 

if (log != null && !string.IsNullOrWhiteSpace(log.Text) && log.Text.StartsWith("23:39 - [Cigavara] whisper: hello"))
                        
                        {

                  }

 

this need ,but dont work without time of whisper ,but need reaction on whisper who containts  certain words......big thanks for help


if (log != null && !string.IsNullOrWhiteSpace(log.Text) && log.Text.StartsWith("hello"))
                        
                        {

                                                   }

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...