Reply To: Triggering Say Dialogue at Waypoint

FlowCanvas Forums Support Triggering Say Dialogue at Waypoint Reply To: Triggering Say Dialogue at Waypoint

#692
Gavalakis
Keymaster

    Hello,

    This part of the flowscript only executes on Awake since that is the only event here. The Check Trigger condition even if it becomes true, it does not matter since the Switch Condition and in consequence Say action only be called in Awake.
    So, you would want to create another Event, like for example OnTriggerEnter or Update, to handle the triggering condition and in consequence the Say action. Here is an example:
    [attachment file=”CheckTriggerCondition.png”]

    Attachments:
    You must be logged in to view attached files.