Yes, I saw the order_arrived = True as well. But shouldn't it be False? After all, you have the check that
if order_arrived == True:
"The mailman has arrived and is waiting for you at the front door."
So if we want to finish out the Jin arrival event like a regular package, shouldn't it be setting order_arrived = False so that the above check doesn't trigger after the arrival scene is done?
Thanks!
EDIT: To put it in code, shouldn't it be:
scene jinin9
$ order_arrived = False
j "Well, I guess I don't have much of a choice, do I? We'll have to play some other time, [linoname]."
jump lobby2