init python:
class SecureDict(dict):
def __setitem__(self, key, value):
raise AttributeError("Error Code: 301: Do not try to cheat !")
config.label_overrides = SecureDict(config.label_overrides)
image bg dont_cheat_love_point = Transform("images/utils/dont_cheat_love_point.png", fit="cover")
image bg content_is_already_end = Transform("images/utils/content_is_already_end.png", fit="cover")
label DontCheatAndNoEvent_haeun:
scene bg content_is_already_end with fade
"Content is already ended"
$ renpy.pause()
scene bg dont_cheat_love_point with fade
"Dont Cheat on Love Points"
"The game will crash and the event will be not run."
"Event is based on love point, love point dont need cheat because there are no grinding"
jump roomHaeun