[Seeking Feedback] Is this LUA Workflow for Syncing Quest Data To Adventure Creator Efficient / Correct?
Posted: Thu Apr 18, 2024 11:09 am
I am learning to integrate Dialogue System's Questing with Adventure Creator.
I know nothing of LUA (and as such I wish to rely on Dialogue System's internal LUA Wizard workflow because it is visual and handles syntax for me).
The motivating reason behind my post / question today is to discover whether the workflow outlined below is the most efficient workflow or if a better solution exists.
Desired Outcome:
I wish to create a Dialogue System Quest with Quest Items & Quest Variables.
I wish to integrate the quest, quest items, and quest variables with Adventure Creator Hotspots & Action Lists.
Background / Observation:
Adventure Creator's Action Lists contain a 'Third-Party Action Type for Dialogue System LUA'.
This Adventure Creator 'Third-Party Action Type for Dialogue System LUA' does not possess the same LUA Wizard as is available within Dialogue System's own 'Dialogue System Trigger > Action > Run LUA Code.
The Workflow I Have Adopted (as a non-LUA speaker) is as follows:
I know nothing of LUA (and as such I wish to rely on Dialogue System's internal LUA Wizard workflow because it is visual and handles syntax for me).
The motivating reason behind my post / question today is to discover whether the workflow outlined below is the most efficient workflow or if a better solution exists.
Desired Outcome:
I wish to create a Dialogue System Quest with Quest Items & Quest Variables.
I wish to integrate the quest, quest items, and quest variables with Adventure Creator Hotspots & Action Lists.
Background / Observation:
Adventure Creator's Action Lists contain a 'Third-Party Action Type for Dialogue System LUA'.
This Adventure Creator 'Third-Party Action Type for Dialogue System LUA' does not possess the same LUA Wizard as is available within Dialogue System's own 'Dialogue System Trigger > Action > Run LUA Code.
The Workflow I Have Adopted (as a non-LUA speaker) is as follows:
- Dialogue System Trigger > Action > Run LUA Code
- LUA Wizard > Click To Create LUA Expressions > Copy the Resulting Written LUA Expression
- Adventure Creator Action List > Third Party Dialogue System LUA Action > Paste Written LUA Expression
- Is this an efficient workflow?
- Am I manually doing work that the integration between DS & AC does automatically?
- Do you recommend a better approach?