What problem does it solve?
This Skill enables automatic dialog and cutscene advancement in SND macros by integrating the TextAdvance plugin, reducing manual input and accelerating scripted sequences.
Core Features & Use Cases
- TextAdvance plugin integration for automated dialog and cutscene control within SND macros.
- Helper patterns for common tasks: moving to a target, talking to NPCs, auto-accepting quests, and skipping cutscenes.
- Real-world use case: run a batch of quests by automatically navigating to NPCs, triggering dialogs, and handling quest acceptance without manual input.
Quick Start
Enable TextAdvance, then use the provided workflow calls in your SND macro to automate interactions. For example:
- Check plugin availability and enable automation: if HasTextAdvance() then EnableTextAdvance() end
- To talk to an NPC and wait for dialog: InteractWithNPC("NPCName", 30)
- To skip a cutscene: EnableCutsceneSkip() and then call SkipCutscene(30)