Endings — 19 of 70

John Byrd

Release 1

Chapter 1 - Flashbacks

Section 1 - Stashing

[During a flashback, the player's inventory gets temporarily stashed here. All the player's stuff gets delivered back intact at the end of a flashback.]

The flashback holding bag is a container. It is nowhere.

To stash all the player's things:

repeat with item running through the list of things carried by the player:

move the item to the holding bag.

To unstash all the player's things:

repeat with item running through the list of things in the holding bag:

move the item to the player.