Pages: 1
I'm working on a kind of chatbot that generates its responses based on wether the user is using an exclamation point or question mark at the end of the sentence. Currently I'm using a combination of variables and other techniques that don't work. HALP.
Offline
Is the user limited to one sentence per response? If yes, then you could just use:
if <(letter (length of (response)) of (response)) = [?]> Filler end if <(letter (length of (response)) of (response)) = [!]> Fillet endI hope that this helps!
Last edited by ErnieParke (2012-11-07 20:19:38)
Offline
catguy123 wrote:
Thanks, that was really helpful!
You welcome. I'm just trying to help.
Offline
Liamadams wrote:
how do u get those fill blocks? BYOB?
Those aren't blocks at all. They're just there to take up the space and say, "There's something here, though it's what you want/already have."
With regards,
ErnieParke
Last edited by ErnieParke (2013-03-11 17:32:56)
Offline
ErnieParke wrote:
Liamadams wrote:
how do u get those fill blocks? BYOB?
Those aren't blocks at all. They're just there to take up the space and say, "There's something here, though it's what you want/already have."
With regards,
ErnieParke
yay
Offline
Pages: 1