Potential zombie/disease novel


\*choice
 #Mister
  \*set address "Mister"
  \*set respect "Sir"
  \*comment or
  \*set mister true
  \*set sir true
  \*goto somewhere
 #Misses
  \*set address "Misses"
  \*set respect "Ma Lady"
  \*comment or
  \*set misses true
  \*set ma_lady true
  \*goto somewhere

Create a variable called ‘title’ and set it to ‘Mr’ or ‘Mrs’, and then call it in speech. E.g.


*if male
 *set title mr
*else
 *set title mrs

"Hello, ${title} Smith."

Alternatively, since you control a researcher, you could use Dr as their title instead.

Almost done with part of chap 1. It’s the stat allocating part so would you guys want me to put it up when I’m done with that or wait until the entire section is done?

I’d prefer playing through a larger chunk of the game.

Either way, I’ll play it

Sounds interesting to play.

Ok after much thought, rough drafting, and commuting with the voices in my head, I’ve come up with a system for the chapters. First is just gonna be stat allocating chapter where you flashback to college to set said stats, so unfortunately there won’t be much if any action. Chapter Dos however will be the zombies debut. It’ll hopefully go smoothly from here. Also it’ll just be virus and parasite for the option of infection types. It would’ve been too much coding using 3 variables and seeing how it’s my first time using CS I don’t think I could pull that off