Dialogue Plugin

Hey!

I finally got back to the thing. And thanks for motivation, I finally got deeper into the dialgoue widget and got to know it better so I can achieve what I want :slight_smile:

But I ran into another problem. Long time ago I moved the plugin to the project folder and recompiled it like in your tutorial. All worked fine. Then I moved the whole project to the repo on P4. Then I wanted to add another text field and it didn’t work for my co-workers - they got the info they need to get the plugin themselves. I probably should build the project and only then send it to repo, because it’s building with the game and I’m sending just the folder. Can you advise what’s the best course of actions should be? :slight_smile:

Also, I did manage to make the second text field, but only once… Another attempts I always encountered the same error: after editing one of the field, the second field always gets the entry from another one. I’m pretty sure I follow your steps but still I can’t get it right… I changed “SecondText” to “ShortText” but I doubt it’s the case… Can you point me to the right piece of code that could be the problem?

Thank you!