# mod_wlife_cheatmenu
if $ARGS[0] = 'start':
*clr & cla & *nl & *nl
'
> src="mod/wlife/images/objects/cheatmenu.png">'
if $wl_status['abortions'] ! '': 'Forced abortions: '+iif($wl_status['abortions'] = 'yes', 'Currently on', 'Currently off')
*nl
if wl_georgiy['payment_method'] = 0:
'You have to work <> shifts ['+iif(wl_whore['shifts_minimum'] > 1, '(-1)', '(-1)')+'|'+iif(wl_whore['shifts_minimum'] < 6, '(+1)', '(+1)')+'] each week at the gas station. Changing the minimum will take effect after the next check-in with Georgiy.'
else
'You have to pay <> ₽ every week to Georgiy.'
'Change it by: '+iif(wl_georgiy['lump_sum'] > 2500, '-2500', '-2500')+'|+2500'
end
'Working at the gas station and Pavlovsk costs willpower: '+iif(wl_cheat['will_cost'] = 0, 'Yes', 'No')
if wl_sacha['status'] > 3:
*nl
'Chance to encounter a more abusive client in Pavlovsk (Some scenes don''t have a abusive/nice variant. Setting it to 0% or 100% will not completely block abusive/nice clients): <>% ('+iif(wl_whore['client_behavior_chance'] = 0, '-10%', '-10%')+'|'+iif(wl_whore['client_behavior_chance'] = 100, '+10%)', '+10%)')
end
act 'Go back to the phone': gt 'mod_wlife_phone', 'start'
act 'Check important variables': gt 'mod_wlife_cheatmenu', 'variables'
act 'Block all content except the gas station (and the homeless/Pavlovsk prostitution if unlocked)':
*clr & cla
wl_status['stored'] = wl_status['main']
wl_status['main'] = -1
'> src="mod/wlife/images/player/phone_holding.jpg">'
'All content apart from the gas station at the highway has been blocked. You can visit the gas station on your own by going to the St. Petersburg train station in the industrial district. Outside the building you can find a bus terminal.'
act 'Continue': gt $loc, $metka
end
if home_owned[2] = 0: act 'Gain access to your parents apartment again': home_owned[2] = 1 & gt 'mod_wlife_cheatmenu', 'start'
end
if $ARGS[0] = 'variables':
*clr & cla & *nl & *nl
'> src="mod/wlife/images/objects/variables.png">'
*nl
act 'Go Back': gt 'mod_wlife_cheatmenu', 'start'
'Stats:'
'- Acceptance: wl_stats[''acceptance''] = <>'
'- Loyalty: wl_stats[''loyalty''] = <>'
'- Respect: wl_stats[''respect''] = <>'
*nl
'Quest:'
'- Start: wl_status[''start''] = <>'
'- Main Quest: wl_status[''main''] = <>'
'- Clinic: wl_medical[''status''] = <>'
'- Drugs: wl_drugs[''status''] = <>'
'- Party (1): wl_party[''first''] = <>'
'- Party (2): wl_party[''status''] = <>'
'- Homeless: wl_homeless[''status''] = <>'
'- Prison: wl_prison[''status''] = <>'
*nl
'Characters:'
'- Volya: wl_volya[''status''] = <>'
'- Shura: wl_shura[''status''] = <>'
'- Sacha: wl_sacha[''status''] = <>'
'- Iosif: wl_iosif[''status''] = <>'
'- Georgiy: wl_georgiy[''status''] = <>'
'- Okoro Brothers: wl_okoro[''status''] = <>'
'- Nikita: wl_nikita[''status''] = <>'
'- Adrian: wl_adrian[''status''] = <>'
*nl
'Punishment:'
'- wl_bad[''status_punishment''] = <>'
'- wl_bad[''work''] = <>'
'- wl_bad[''lump_sum''] = <>'
'- wl_bad[''medical''] = <>'
'- wl_bad[''iosif''] = <>'
'- wl_bad[''earnings''] = <>'
'- wl_bad[''prison''] = <>'
'- wl_bad[''total_debt''] = <>'
'- wl_bad[''total_debt''] = <>'
*nl
end
--- mod_wlife_cheatmenu ---------------------------------