Chapter 3 - Outside
The outdoors is a region. The Front Yard and the Back Yard are in the outdoors.
The kitchen window is south of the kitchen and north of the back yard. The kitchen window is a door. It is closed and not openable. The description of the kitchen window is "You can see [the other side of item described from location in lower case] through the [if open]broken frame of the [end if]window. [if other side of item described from location is in the outdoors]It's sunny outside." The initial appearance of the kitchen window is "Through the window on the [the way through item described] wall you can see [description of the other side of item described from location in lower case]"
Instead of opening the kitchen window, say "There's no latch or hinge. The window won't budge with just your hands.[if the player can touch the brick][paragraph break]Although, there might be a way…"
shattered window is a broken glass.
window fragments is a broken glass.
Instead of dropping the brick when the location is the kitchen:
if the kitchen window is closed:
say "You hurl the brick through the the kitchen window.[paragraph break]The window shatters and glitters in the sunlight as fragments of glass fall to the floor.";
now the kitchen window is open;
move shattered window to the kitchen;
move window fragments to the back yard;
move the brick to the back yard;
say "(Now the kitchen window is open, and you are no longer carrying a brick)";
record "Vandal" as achieved;
otherwise:
continue the action;
The Front door is north of the living room and south of the front yard. The front door is a door. It is closed and openable.
A person is either warned about leaving or unwarned. a person is usually unwarned.
before opening the front door when the player is unwarned:
say "Are really you sure you want to go outside? Once you've done that, your day has truly begun.";
now the player is warned about leaving instead.