NotoriousENG / BADAS_Scripts

Free and open-source code for game development for all of you BADAS's out there!
MIT License
6 stars 2 forks source link

Branching Dialogue Implementation #2

Closed misaacs21 closed 4 years ago

misaacs21 commented 4 years ago

I'm attempting to implement a very basic branching dialogue script using the existing dialogue manager. I would need it to display just a line of dialogue or two of a Y option or a N option and then end. It really just has one branching point, which then ends almost right away, so I'm pretty sure it wouldn't be too much for the system.

However, I can't seem to get it working. Unity keeps crashing, I'm guessing because of a while loop I have. Is there any chance you could help get it working? It's uploaded on my github.

Thank you!

misaacs21 commented 4 years ago

Nevermind I got it! Took 3 hours but it works.

NotoriousENG commented 4 years ago

Congrats!