If someone could help me out that would be great, I'm trying to play around with BotPress but I swear something is wrong with my general account or program or something. I am trying to have it print something basic yet it still won't do it
e
early-train-33247
07/04/2023, 3:44 AM
Hey @modern-memory-94096, glad to know you are trying out Botpress!
Right now you can't print messages directly from code cards, you need to save the desired message in a variable, and display that variable content with a Text card
early-train-33247
07/04/2023, 3:45 AM
the console.log function only logs the results in the "Logs" tab of the bottom panel. It's used just for debugging purposes. The code that was generated is wrong...