Hi everyone!
I followed up this tutorial series to create my dialogue system.
Each dialogue is an actor component, and every time you pick an option it progresses. The dialogue system itself is working great, but every logic I put into it keeps happening every time the dialogue progresses.
I’m testing that with the print string shown in the screenshot. After the print string is called for the first time, it will keep printing the message every time you choose an option, whatever it is.
If anyone can help me with that, I’d be more than grateful.
Take care!