Use the ask block and then this.
say( Join ( "Hi, "| answer))
Offline
jpsrolls wrote:
i want the cat to ask, "What is your name?". When the person types in his name, the cat would say, "Hi, John!" or whatever the person's name is. How is this done?
Use the join block in operators, and join hello, and answer.
Offline