mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
12 lines
349 B
Text
12 lines
349 B
Text
## 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
|