Maybe a combination of different events can trigger this?
On another play-through the first time the Alexia reputation change triggered in the Secretary Office was after completing the Alexia Motel Event and raising sex reputation at the office to a certain higher level.
The SWP event may have a similar effect on office repuation.
Attached a save file where just the Alexia rep change triggers 100%:Code:I can't find a (0) data name in a datamap (with "bruce", "gabbie", "gabbie while female", and 20 other datanames) A datamap (with "bruce", "gabbie", "gabbie while female", and 20 other datanames) can only have string data names, not the number 0.
- SWP event did not yet happen.
- Office Sex Repuation reputation increased
- Not talked to any beach girls as female
Yeah it might be that there are different triggers for each character. I just noticed that Alexia is bottomed out on me after I had already started losing stats with the secretary. I know hers started after the SWP event.
Edit: after lowering sex rep at work through the cheat menu, the stat hit for the secretary stops. Might try a bit more debugging on it. Kinda seems like it should be a one time hit though.
Open the X-Change Life.html with a text editor, search for the line
Code:
<tw-passagedata pid="5153" name="hailey office" tags="" position="350,64475" size="100,100">
Code:
(set:$npc_select to "hailey")
Code:
<tw-passagedata pid="5153" name="hailey office" tags="" position="350,64475" size="100,100">(set:$npc_select to "hailey")(replacetrack:'secretary normal music','aud/se/scene/office/secretary/music ' + $secretary_song + ' a.mp3')
This should fix the problem.
Last edited: