Book 4 - Testing Flags - Not for release
Part 1 - Validation
When play begins (this is the run property checks at the start of play rule):
repeat with item running through things:
if description of the item is "":
say "[item] has no description."
Showing ranks is an action out of world applying to nothing.
Understand "show ranks" as showing ranks.
Carry out showing ranks:
say "The current ending ranks are as follows: [line break]";
repeat with item running through endings:
say "[item] - [current rank of item][line break]";
Playing music is an action applying to nothing.
Understand "play" as playing music.
Carry out playing music:
say "[music sounds]".