Hi, I wonder if anyone could write some example if it is possible for me to make my bot automatically sign up a form? can you save the inputs into variables so I can do inserts in the database or send a message when finalized?
I Trying create a topic more no sucess..
topic: ~SendMail( "send mail" )
t: ( ~HI "send mail" ) Do you want to send a email?
a:( yes ) Okay, tell me what the recipient name is.
a:( ??? ) $name = %originalinput Okay, tell me what the Subject of email.
a:( ??? ) $subject = %originalinput Okay, tell me what the Message to send.
a:( ??? ) Ok, sending message...