vajaxes Posted August 6, 2024 Posted August 6, 2024 interactive cheats View File These files add cheats that show up as options or changes during normal gameplay rather than as toggles in the cheat menu File descriptions : VA_QuickSalewinner.twee: you can't lose when doing quick sale VA_roulette.twee: cock roulette challenge time reduced to 15s VA_secretaryskip.twee: secretary job, speeds up day progression & provides 500 points at the end of day VA_skipbeingcaught.twee: provides a skip button to continue the scene normally instead of rolling for a chance to be interrupted during sex/bj encounters VA_towerblocks.twee: provides a skip button for the tower blocks minigame (this is the same as the skip minigames cheat but only for towerblocks) note: the game does not count these as you having cheated when used as they're intended to speed up the slow bits on repeat playthroughs Also Recommended / Similar mods: Shower based quality of life features: For Easy Blackjack: Submitter vajaxes Submitted 08/06/2024 Category X-Change Life
James_E_C Posted July 3, 2025 Posted July 3, 2025 trying to change the 500 secretary points to something more useful, like 30,000 points, but it's not really working. here's the code if you could figure out what the hell I'm doing wrong. :: secretary time passes { (set: _timeDecrement to (dm: 5, 0.083333333, 10, 0.166666667, 15, 0.25, 30, 0.5, 45, 0.75, 1, 1)) (set: _minutesPassed to (dm: 5, "5 minutes pass.", 10, "10 minutes pass.", 15, "15 minutes pass.", 30, "30 minutes pass.", 45, "45 minutes pass.", 1, "An hour passes.")) (set: $sales_job's "hours left" to it - (_timeDecrement's $gain)) (set: $sales_job's "hours left" to it - (_timeDecrement's $gain)) (set: $sales_job's "hours left" to it - (_timeDecrement's $gain)) (set: $sales_job's "hours left" to it - (_timeDecrement's $gain)) (set: $sales_job's "hours left" to it - (_timeDecrement's $gain)) (set: $sales_job's "hours left" to it - (_timeDecrement's $gain)) <div class='options'><mark>🕒 (print:_minutesPassed's $gain) 🕒</mark></div> (display: $sidebar) } :: secretary rewards { (set:$total_points to 30000) (set:$flow_state to 0) (set:$sex_loop to 0)(display:"play sex loop") |status>[(display:"character status")] <div class='center_screen' data-simplebar> |screen>[(set:$points_left to $total_points) (print:"<video disableRemotePlayback src='img/places/office/secretary/work/01 work.mp4' autoplay='' loop='' muted='' playsinline/>") {<div class='options'><mark>You have (color:"lightgreen")[|points_to_spend>[$total_points]] points to spend.</mark></div><div class='options'><mark>[(display:"secretary massage free check")]<message|</mark></div><div class='options'>[]<options|(display:"secretary reward options")</div>}] </div> <div class='top_right' data-simplebar> |right_screen>[ ] </div> }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now