MarkusBordihn / BOs-Easy-NPC

Create easily NPC for your world or for your mod.
Other
19 stars 7 forks source link

[Feature Request] Adding command to change default dialog #266

Closed SurvivalMan2016 closed 1 month ago

SurvivalMan2016 commented 2 months ago

This mod is great, but it has just one major flaw - the dialogue always starts from the same point. Maybe I'm blind, but I could not find in the documentation the possibility to change this point, which saddened me to no end. Therefore, I propose to add a command that can change the entry point to the dialogue with the NPS, or add a corresponding feature to the GUI-interface. Seriously, this is really missing. With this feature, it will be possible to create complex and branching dialogues, as well as to add story orientation to your minecraft maps and projects. With gratitude for the work done.

MarkusBordihn commented 2 months ago

Thank you for the feedback. Currently, the NPC will automatically select a dialog labeled "default," "start," or "main" as its default dialog.

Additionally, you can use the command /easy_npc dialog open to open any specific dialog, for example, during an interaction. You can also configure a button action to trigger a specific dialog.

However, I'm currently working on improving the dialog system, and I will add a command to set or overwrite the default dialog soon.