forked from Cavemanon/SnootGame
first draft
This commit is contained in:
12
game/utility.rpy
Normal file
12
game/utility.rpy
Normal 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
|
Reference in New Issue
Block a user