zatvorgt 5 Posted January 18, 2019 Share Posted January 18, 2019 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 https://wrobot.eu/forums/topic/10660-reaction-on-whisper/ Share on other sites More sharing options...
Droidz 2738 Posted January 19, 2019 Share Posted January 19, 2019 Hello, look code https://wrobot.eu/files/file/359-whisper-reply/ Link to comment https://wrobot.eu/forums/topic/10660-reaction-on-whisper/#findComment-50796 Share on other sites More sharing options...
zatvorgt 5 Posted January 19, 2019 Author Share Posted January 19, 2019 19 minutes ago, Droidz said: Hello, look code https://wrobot.eu/files/file/359-whisper-reply/ Thank you!) Link to comment https://wrobot.eu/forums/topic/10660-reaction-on-whisper/#findComment-50798 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now