-1

When a user inputs an insult on a conversation node, I detect the insult, send the user a message and then send the user, using continue from, asking him the question again. If the user types an insult again, I will get a loop. How can break this loop and end the conversation?

M.K
  • 1,464
  • 2
  • 24
  • 46

1 Answers1

0

Implementing counters solve the problem.