- Oct 9, 2017
- 297
- 422
My bug report post just above yours coincidently has link to a mod that lets you do both the maid and gamer route, which would allow her to be collared on the gamer path. Credit goes to godoftheearth for the actual mod.Is it possible to collar Bree in gamer path?
I think number of drinks is stored under [girl_name].flags.drinks however I do not know if it's wise to tamper with it directly since the game itself does not.Does anyone know about the Harem event console commands?
In the "Threesome" event of Pixie Harem, I can't offer them a drink because of their pregnancy.
I want to trigger the event right away through the console.
The "offer a drink" action instead uses [girl_name].set_flag("drinks", 1, "day",mod="+") every time you successfully give them a drink so perhaps you can try that twice for each girl. So it would be:
morgan.set_flag("drinks", 1, "day",mod="+")
morgan.set_flag("drinks", 1, "day",mod="+")
kleio.set_flag("drinks", 1, "day",mod="+")
kleio.set_flag("drinks", 1, "day",mod="+")
If it works, it would let you pass that condition so that event triggers relatively normally if other conditions are met. Not certain though so save before you mess with this and use at your own risk.
Last edited: