I'm trying to figure out this new happy event by looking through the code, it's an event within the Amy mall event but it specifically cannot be done in a replay:
Code:
if persistent.alexisisreal == True and not _in_replay:
jump alexisevent
But i cannot figure out how to return to that event without using replay. I'll keep investigating...
The flag 'alexisisreal' is set during this update, the jump request for it is set to false after completing the alexsisevent...
Edit: bleh, my head's cooked, someone else can figure it out from here.