Notice: If you’re having an issue with the plugin, please DM @DemonZestrial or @Sudobeast or send the issue to this thread. Please do not DM this account because I rarely check the forum using DraconicChris. Thanks!
I created a dialogue editor plugin that makes creating dialogue for NPCs a little easier.
I was inspired by @Davidii’s Dialogue Editor. It’s a pretty similar plugin; it has conditions and actions, but it isn’t node-based. It was pretty hard developing with his plugin on a laptop without a mouse, so I made it easier for myself by making it based on parents and children. It also uses a widget for its interface.
It comes with a lot of settings including text speed and different ways the dialogue can be triggered.
You can get the plugin here, learn how to use it here, and check out an example here.
The code is open-source on GitHub! Right now it’s a mess, so I plan to make the plugin more efficient soon.
Also, I know the default dialogue UI is kinda bland, but I plan to make a tutorial for devs to easily make their own themes.
Changelog
2020-04-22T04:00:00Z : Released version v1.0.0
2020-08-10T04:00:00Z : Released version v1.0.1 and v1.1.0
2020-08-11T04:00:00Z : Released v1.1.1
2020-08-17T04:00:00Z : Released v1.1.2 and v1.1.3