PugLyf228

New Member
Apr 19, 2018
1
0
After ending any week my cash keeps getting set to "$[number NaN]". Seems like the value just gets emptied for this variable.
 

xaxa9551

New Member
Jun 9, 2019
8
63
After ending any week my cash keeps getting set to "$[number NaN]". Seems like the value just gets emptied for this variable.
Yeah, this is caused by issue in code where weekly income from VR Saloon (new content from v0.80 from what i've gathered from code) is not handled properly if you do not own it.
To fix it just open game html file in any text editor, go to line 1606 (or search for "set $player_cash += $vrIncome") and replace it with this
Original:
HTML:
<<if $day is 7>><<set $player_cash += $vrIncome>><<if $nevershowagain is false....
Corrected:
Code:
<<if $day is 7>><<if $vr is true>><<set $player_cash += $vrIncome>><</if>><<if $nevershowagain is false....
1739353129006.png

Edit: This will fix issue, but if you have already cash as $[number NaN] you will need to reload older save or restart game.
 

Abhinav.121212

New Member
Oct 16, 2024
14
17
guys I have robbed the shop and the police lady mission where in last adriana chicklet was on AVN with a male pornstar is anything after that i more or that it please help me I am stuck
 

MercuryDev

Member
Game Developer
Dec 7, 2020
301
942
guys I have robbed the shop and the police lady mission where in last adriana chicklet was on AVN with a male pornstar is anything after that i more or that it please help me I am stuck
That's currently the end of content for the main storyline.
 
2.90 star(s) 14 Votes