Counterfeit Monkey — 12 of 292

Emily Short

Release 6

Part 3 - Status

Section 1 - The Status Line

To fill the/-- status bar/line with (selected table - Table of Fancy Status):

repeat through selected table:

move cursor to 1;

say "[left entry]";

right align cursor to 1;

say "[right entry]";

When play begins:

change right alignment depth to 20.

Table of Fancy Status

leftcentralright
" [location], [current daytime]""""Goals: [count of pending tasks] Score: [score]"

Rule for constructing the status line:

fill status bar with Table of Fancy Status;

rule succeeds.