Day 3
I woke up at-- 1:00! Jesus! And I had some things I had to do that day, and didn't end up working on the game until 5. Oh god. I've imported all the dialogue, and did the menu for the flow. Through out the development, I'll keep an eye on things like grammar and story flow etc through the routes. So things done today:
- Dialogue, Options, and Routes
- Pronouns
I'm trying to make a screen where you can configure your name, and pronouns, instead of typing it on the textbox. I'm new to programming, so I've been pounding my head trying to get this to work. If you're familiar with Renpy then this might be really easy, but...The way that that I configured the pronouns is with booleans.
Ie;
if Male (True) // Use he pronouns through the game.
if Neutral(True) //Use they pronouns through the game.