The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

I realize this is a common question for gamedev in general, but I have been struggling to find a solution that works for godot specifically.

I've got working dialog box that is able to display multiple lines in a sequence, however it's very limited, and inconvenient to use so I thought to implement an event system like is seen in the rpg maker games, However the only tutorials I found to help are either to make the box as it already exists, or is too far removed from to godot to be usable.

The closest thing I found to being usable was this tutorial from lua:
http://blog.geckojsc.com/2016/03/using-lua-coroutines-to-create-rpg.html
However getting it to work in godot has been hair pulling at best.

Is there any good method to implement such a system in godot? I'll take any system that works at this point.

in Engine by (36 points)

Don't know if I can help you all that much. With regards to the dialogue stuff, you could use the TIE plugin.

1 Answer

0 votes

Maybe .. maybe
This video will help you: https://www.youtube.com/watch?v=aVutIoCGAfE

by (38 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.