Self, AIML, and scripting : Need Help with Scripting and Twitterbot Sign In : Sign Up

RE: Need Help with Scripting and Twitterbot

by admin posted Mar 24 2020, 11:29

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.


Id: 32738304
Posted: Mar 24 2020, 11:29
Replies: 0
Views: 2255, today: 1, week: 7, month: 7