I have problems accumulating debt with roomie after the event with the chastity key.
The savegame is from earlier this year. MC has taken the key or has lockpicked the cage. Debt is stuck at 250.
The game always runs into the passage :
Code:
<tw-passagedata pid="765" name="Pay Bills Chastity" ...
if $MoneyOwedRO == 0
set $MoneyOwedRO += 250
if $StoleCageFromRoomie == 1 and $RoomieFoundStolenKey == null or $StoleCageFromRoomie == 1 and $RoomieFoundStolenKey == 0
if $StoleCageFromRoomie == 1
Roomie :
Great, you've payed off your debt.
Unfortunately uh, I can't take your money, at least for this weeks debt so here.
Yeah, I seem to have misplaced your key and well... I wouldn't feel right about taking your money, a deals a deal and all that.
...
Major problem with the coding in this passage is that debt is only increased if debt is 0 and that there is no money taken from mc, so the whole accumulate-debt-mechanic is blocked.
A general problem is that (in my current savegame) there is no way to return the key or otherwise reset the key variable.