first draft

This commit is contained in:
Nio
2021-08-10 01:07:55 +10:00
parent d82571ffe9
commit aeb0f2cdfb
71 changed files with 10067 additions and 4179 deletions

12
game/utility.rpy Normal file
View File

@ -0,0 +1,12 @@
## Utility functions for game setup, debugging etc.
label initstats(anon=0, fang=0, trad=False):
# Sets various game-related global variables
# :param int anon: Anon's score
# :param int fang: Fang's score
# :param bool trad: Tradwife ending flag
$ anonscore = anon
$ fangscore = fang
$ tradwife = trad
return