Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

That is a fine example of programming black magic hahaha

Don't worry, I'm glad to be of help. Let me know if you need more bug hunting! :)

Actually there might be something you can help with.
How can I add a simple "Menu" with ha scroll bar, to show my relationships I'm making?

I was going to buy one but it's not compatible with MZ. I've bought several plugins already.
But I've done quite a bit of work on my own Plugin for it, but one thing still missing is how to display a custom menu.

The easiest way (for me, using javascript) is to create a window inside your scene that extends the Window_Selectable class. It already includes scrolling functions, so you won't need to code them yourself unless you want to change the scrolling behavior.

At least that's how I would make it.