How to have conversations with Sparki?

Obviously Sparki can’t actually talk, but in the console it can! I’m having a lot of trouble understanding inputs/outputs of anything more than one letter or not a number. Any help is greatly appreciated!

You’re probably looking for information on Strings - this will get you started:
arduino.cc/en/reference/string
arduino.cc/en/Reference/StringObject
arduino.cc/en/Tutorial/StringConstructors
startingelectronics.org/softwar … 8-strings/

[quote=“roboalchemist”]You’re probably looking for information on Strings - this will get you started:
arduino.cc/en/reference/string
arduino.cc/en/Reference/StringObject
arduino.cc/en/Tutorial/StringConstructors
startingelectronics.org/softwar … 8-strings/[/quote]

Thanks, but none of those tell me how to do if statements with strings nor how to get inputs for strings

arduino.cc/en/Reference/StringEquals
arduino.cc/en/Tutorial/Stri … nOperators

arduino.cc/en/Serial/ReadString
arduino.cc/en/Tutorial/SerialEvent