This guy.

So I was agonizing about the dialogue system all day. I love my dialogue system, but the problem is that I’m reinventing a wheel that’s already been reinvented a million times. I was going to have to solve a bunch of problems that have already been solved.

And on top of that, I didn’t have any decent way of actually BUILDING dialogues. Even building my stupid test dialogue with three nodes and a simple choice box was a chore and a half.

It wasn’t sustainable. So I looked into libraries. I tried a couple today and ultimately settled on one that’s quite small, but quite powerful.

I’ve already made some modifications to it, which you can actually see in the gif I posted… Something about that text looks ………….. interesting.

Writing dialogues is now a total breeze too, which is a relief. There’s a lot of tools included that I haven’t even tried yet.

Much more sustainable, and it also solved my “SHOULD I STORE DIALOGUES ON THE SERVER OR IN THE CLIENT” problem.