Well, thank you for your time. I am just rying to figure what was messed here.
I didn't mean that archiving is somehow responsible for bug. I was trying to figure why it didn't work with full version of game. After re-check, it works.
Of course, that conditional doesn't cause bug. What I meant is, that something around one of such conditional is messed up:
Python:
jump exitfinestime_lana
if visualnovel == True:
return
jump plenty_hotel_room_livingroom
We are first jumped to exit scene, and then we are jumped penthouse living room... and somehow we don't go to either of those two. I know, you don't have time right now, just trying find right trace. Thanks for your effort again.