Text should send before another
# 🤝help
c
So I have these nodes and a code exec. The first text outputs after the code exec. I want to it to be printed first and then the code exec to take place.

https://cdn.discordapp.com/attachments/1144923554748579922/1144923555163820043/image.png

a
So you can replace the text card you put
with the single choice
so only when they press yes or no, or whatever you write as options the bot will go to the next node
because as it is you put an always expresison so it automatically goes to the next node, which is almost the same as both things being executed at the same time
because there is no pause inbetween
c
Oh, let me try
Thanks!
a
no problem 😁