- Sep 26, 2018
- 3,131
- 3,198
my cheat enabler hadAre you sure it isn't the unren rpy rpyc causing this?
these codes in has as the unren
Code:
init 999 python:
config.developer = True
config.console = True
in unren-dev.rpy change it to and it works fine
Code:
init -1 python:
config.developer = True
config.console = True