- Feb 16, 2020
- 9
- 8
Hi,
For the folling error, i have a crapy solution.
File "game/cynhotel.rpy", line 499, in script
if wautip ==1 and kfail == 0:
NameError: name 'wautip' is not defined
We need to set wautip = 1 in the game. To avoid to modify the base game, i used this mod : https://f95zone.to/threads/foot-of-the-mountains-1-2-cheat-menu-v1-2-2-cld.29510/
And i add the var on the line 37 (game\CHEATMOD\CHEATMOD.rpy) :
init 999 python:
config.developer = True
config.console = True
wautip = 1
For the folling error, i have a crapy solution.
File "game/cynhotel.rpy", line 499, in script
if wautip ==1 and kfail == 0:
NameError: name 'wautip' is not defined
We need to set wautip = 1 in the game. To avoid to modify the base game, i used this mod : https://f95zone.to/threads/foot-of-the-mountains-1-2-cheat-menu-v1-2-2-cld.29510/
And i add the var on the line 37 (game\CHEATMOD\CHEATMOD.rpy) :
init 999 python:
config.developer = True
config.console = True
wautip = 1