MarkusBordihn / BOs-Easy-NPC

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

[Feature Request] Disable default dialog #216

Open dakiba opened 4 months ago

dakiba commented 4 months ago

Is your feature request related to a problem? Please describe. 🤔 I want to control the dialogs myself with the commands (/easy_npc open ...). For this I would write a separate command in kubejs, which is called on “On Interaction” or define a separate event in KubeJS. However, if an NPC has dialogs, the first dialog that is available is always opened. If I select “Disable Dialog”, all dialog options are deleted.

Describe the solution you'd like đź’­ A simple checkbox that turns the default dialog on and off for interaction, so that I can turn off this behavior

Describe alternatives you've considered 🔄 Theoretically I could spawn a 2nd NPC hidden, with the first one that is not hidden I turn off the dialogs and with the 2nd one I configure everything. .