init 10 python: config.overlay_screens.append("cheats") style.pref_button_text.ypadding = 0 init 1: screen cheats: zorder 100 hbox: style_prefix "quick" xalign 1.0 yalign 1.0 textbutton _("{size=20}Cheats") action ShowMenu("cheatnav") screen cheatnav(): modal True textbutton "{color=#ecff69}{size=30}{b}Close" action Return() align(0.5,0.9) textbutton "Money" action ShowMenu("Money")align(0.1,0.1) textbutton "+1" action SetVariable("money",money +1)align(0.2,0.1) textbutton "[money]" action NullAction()align(0.3,0.1) textbutton "-1" action SetVariable("money",money -1)align(0.4,0.1) textbutton "sport" action ShowMenu("sport")align(0.1,0.2) textbutton "+1" action SetVariable ("sport",sport +1)align(0.2,0.2) textbutton "[sport]" action NullAction() align(0.3,0.2) textbutton "-1" action SetVariable ("sport",sport -1)align(0.4,0.2) textbutton "odor" action ShowMenu ("odor")align(0.1,0.3) textbutton "+1" action SetVariable ("odor",odor +1)align(0.2,0.3) textbutton "[odor]" action NullAction() align(0.3,0.3) textbutton "-1" action SetVariable ("odor",odor -1)align(0.4,0.3) textbutton "makeup" action ShowMenu("makeup")align(0.1,0.4) textbutton "+1" action SetVariable ("makeup",makeup +1)align(0.2,0.4) textbutton "[makeup]" action NullAction() align(0.3,0.4) textbutton "-1" action SetVariable ("makeup",makeup -1)align(0.4,0.4) textbutton "tatoo" action ShowMenu("tatoo")align(0.1,0.5) textbutton "+1" action SetVariable ("tatoo",tatoo +1)align(0.2,0.5) textbutton "[tatoo]" action NullAction() align(0.3,0.5) textbutton "-1" action SetVariable ("tatoo",tatoo -1)align(0.4,0.5) textbutton "alltime" action ShowMenu("alltime")align(0.1,0.6) textbutton "+1" action SetVariable ("alltime",alltime +1)align(0.2,0.6) textbutton "[alltime]" action NullAction() align(0.3,0.6) textbutton "-1" action SetVariable ("alltime",alltime -1)align(0.4,0.6) textbutton "e_money" action ShowMenu("e_money")align(0.1,0.7) textbutton "+1" action SetVariable ("e_money",e_money +1)align(0.2,0.7) textbutton "[e_money]" action NullAction() align(0.3,0.7) textbutton "-1" action SetVariable ("e_money",e_money -1)align(0.4,0.7) textbutton "nudists" action ShowMenu("nudists")align(0.1,0.8) textbutton "+1" action SetVariable ("nudists",nudists +1)align(0.2,0.8) textbutton "[nudists]" action NullAction() align(0.3,0.8) textbutton "-1" action SetVariable ("nudists",nudists -1)align(0.4,0.8)