RE: Need Help with Scripting and Twitterbot |
Looks correct, except change 10 to 5 here, as you only have 5 responses, >> if (n == null || n > 10) { n = 0} if (n == null || n > 5) { n = 0} The keyword is the pattern in your script, currently you have "omobaiday". Also make sure you add the script to your bot. |
|
|
|
|