New extension: DialogHelper
Description
DialogHelper adds easy-to-use dialog boxes to GDevelop, though the extension is not perfect, it does still work.
How to use the extension
To begin using DialogHelper, start by creating a Dialog Box object, then specify all the parameters that you need. Afterwards use the Change Dialog Text action to change the text that will be displayed when the Play Dialog action is used.
For choices: Use the Add Choices action to add choices to a dialog (use before playing dialog.) Then, use the Is Dialog Choice Equal To condition to check if the last dialog choice was equal to whatever you specified.
If you want to see what exactly the last dialog choice was use the LastDialogChoice parameter.
NOTE: You need to edit the default variant of the dialog box to have a texture before using the dialog box in a new project, otherwise it will result in a missing texture. I do not know how to fix this as of right now.
Checklist
- [x] I've followed all of the best practices.
- [x] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
- [x] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
Extension file
Extension by @TheGuyThatMakesThings
You can update the extension on this "Pull Request" by commenting the update command: in the comment field, type !update, then drag and drop a zip file with your extension file in the commenting field, like how you initially submitted the extension. It should look like this:
!update [MyExtension.zip](https://github.com/GDevelopApp/GDevelop-extensions/files/12709661/MyExtension.zip)
It can take a few seconds for the file to fully upload and show as the above. Once it is like shown above, click "Comment" and let the bot do the rest!
Thank you for submitting an extension.
Do you know about the Two choices dialog boxes which looks similar?
Thank you for submitting an extension.
Do you know about the Two choices dialog boxes which looks similar?
No, I had no idea. Personally I thought that was using OS built-in alert boxes when I first saw it, but it appears that it isn't.