Chapter - Getting the Bag
Giving the Bag is a scene.
[ ------------------- ]
Giving the Bag begins when the aged woman is providing a paid for product.
Giving the Bag ends when the aged woman is providing a paid for product for exactly six turns.
Every turn during Giving the Bag:
if the player is in the location of the aged woman:
if (the aged woman encloses the small coin) and (the aged woman encloses the bag of bird crumbs):
say "[one of]'Take yer bag and change, guv'ner!'[or][run paragraph on][stopping]";
if (the aged woman encloses the small coin) and (the player encloses the bag of bird crumbs):
say "[one of]'You be wantin['] your change, then, right?'[or][run paragraph on][stopping]";
if (the aged woman encloses the bag of bird crumbs) and (the player encloses the small coin):
say "[one of]The woman tugs your sleeve impatiently. 'Take yer bag, guv'ner! Ain't got all day!'[or][run paragraph on][stopping]"
[Every turn during Giving the Bag:
unless the player has the bag of bird crumbs:
if the player is in the location of the aged woman:
say "[one of][run paragraph on][or]'Take yer bag and change, guv'ner!'[or]The bird woman tugs your sleeve impatiently. 'Take yer bag, guv'ner! Ain't got all day!'[or]'You don't take it, I be keeping it.'[or][run paragraph on][stopping]"]
When Giving the Bag ends:
now the aged woman is not compensated;
now the aged woman is not providing a paid for product;
if the player is in the location of the aged woman:
if (the player does not have the bag of bird crumbs) and (the player does not have the small coin):
say "'Want to be wastin['] me time and yer money, ain't no concern of mine.' With that being said, the woman pockets your change and places your purchased bag back in her collection." instead;
if the player does not have the bag of bird crumbs:
say "The woman shrugs and puts your purchased bag away. 'Keep it myself,' she mutters." instead;
if the player does not have the small coin:
say "The woman, deciding you don't want your change, pockets it. Any objections you have are stifled by the glare she gives you." instead.