Shop menu in dialogue

Godot Version

4.6.2.stable

Question

Is it possible to create a shop ui that loads up through Dialogue Manager?

Yes, you can trigger any function off of a signal, and I’m sure your dialogue manager has signals for certain actions such as dialogue choices.

Yes. Nathan even has a video showing you how to do it. They are listed here at the bottom of the page: GitHub - nathanhoad/godot_dialogue_manager: A powerful nonlinear dialogue system for Godot · GitHub

Start here:

Then check out this one: