- Jul 24, 2021
- 404
- 395
Any way to trigger the Kat meeting event through commands? I did the Bree maid path
call bree_event_11
, but if that doesn't unlock Kat try kat.unhide()
, DONE["bree_event_11"] = game.days_played
, and bree.flags.befriendKat = True
.There's also the option of doing the gamer path which you can achieve with
del DONE["bree_event_04"]
, and just to be safe since the maid path changes Bree's schedule I suggest you also use bree.flags.schedule = "default"
(If you want to put Bree back to work at the cafe use bree.flags.schedule = "working"
) just to be safe. After that just fallow the gamer path.