Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

init python:

class Halloween2022Cheats(CheatsItem):
category = _("События")
icon = im.FactorScale("images/stuff/halloween/pumpkin_night.webp", 1.5)
title = "Halloween 2022"

def on_click(self):
Quests.quest("Хэллоуин 2022").start()
renpy.hide_screen("cheats_screen")
renpy.jump("halloween_2022")

You might also like