nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Stop re-running mutations if skipping mid mutation #615

Closed nathanhoad closed 1 month ago

nathanhoad commented 1 month ago

This stops mutation being re-run if a skip action was requested while waiting for a mutation.

Fixes #591