After another lengthy sojourn, I’m back to working on my bot.
I’m always looking for ways to make the interaction seem more natural and wanted something like this…
Bot> Your birthday is in October…
A beat
Bot> You’re a Libra, right?
The code looks like this:
# Astrological sign
t: STARSIGN () ^query( direct_sv $birthmonth sign ) $starsign = @0object
[Hmmm…][Let’s see…] $birthmonth…
if( ^system( “TIMEOUT /T 1 > NUL” ) ) {}
You’re [][probably] a $starsign? \n
But I get a pause, then all the output. Tried messing around adding flushoutput() to try to force the first sentence, but no luck.
Anyone able to enlighten me?
Thanks!
Simon