Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Getting an Exception when personal training Tomoe (while Leona is the weekly quest):

  File "game/script/interaction screen/assignments/assignments nav.rpy", line 8, in script call

    call screen screen_assignments

  File "game/script/end turn/end turn.rpy", line 32, in script call

    call calc_daily_changes from _call_calc_daily_changes

  File "game/script/stats change/daily calcs.rpy", line 6, in script call

    call calc_security from _call_calc_security

  File "game/script/stats change/daily calcs.rpy", line 178, in script

    $ leo_sec = int(renpy.random.randint(1,3) * _leo_cond_security ) #

  File "game/script/stats change/daily calcs.rpy", line 178, in <module>

    $ leo_sec = int(renpy.random.randint(1,3) * _leo_cond_security ) #

NameError: name '_leo_cond_security' is not defined

Thanks! Gonna fix this !