Apply Effect after click on continue on the last dialogue node
Posted: Wed Jul 03, 2024 11:39 am
Hey, this will hopefully be my last question for today:
On the last node of the conversation i added the following Effect to the script section.
My problem is that I have a cancel and a back button. If I have reached the last node and use these buttons and then go to the last node again, the effect will be applied multiple times.
The effect should only be applied once after I have pressed the Continue Button on the last part of the Dialogue.
On the last node of the conversation i added the following Effect to the script section.
Code: Select all
AddVisitor(1);
Variable["Alert"] = "Visitor
+1"
The effect should only be applied once after I have pressed the Continue Button on the last part of the Dialogue.