Pancakes — 12 of 12

Atul Varma

Release 2

Part 6 - The Window

[When looking out the window, we'd like to show the real-world weather outside if possible. An external program/script may have written it to a file; if so, we'll use that, but otherwise we'll just fallback to a default.]

Inside the kitchen is a window. The window is scenery. Understand "sky" and "outside" as the window. The description of the window is "Through the window you see the gray rooftops of the brick dwellings outside. Above them is a [cloudiness] sky."

The file of weather (owned by project "WEATHER-API") is called "weather".

To decide what text is cloudiness:

if ready to read the file of weather:

decide on "[text of the file of weather]";

otherwise:

decide on "clear blue".

Test me with "open cupboard / open fridge / put milk into cup / pour mix into cup / crack egg into cup / stir batter / pour batter into skillet".