Bruce Wilcox - Dec 7, 2016:
Harry comes with quibble topics already built in. The control script sets when to quibble
# having no good response we know, now generate quibbles
# now we need to find fake responses
if (%response == 0 AND %rand > 50)
{
nofail(TOPIC respond(~QUIBBLE_ALL))
}
And a variety of quibble script is in RAWDATA/QUIBBLE
I’m not using the quibble topic already built in….
because my bot speaks in Korean….
I develop a bot using simplecontrol topic. because control topic is dificult for me to develop…
anyway is it hard for me to make quibble?