Dinner at the Long Branch Saloon — 25 of 27

Publysher

Release 1

Section 1 - Creating tutorial mode and controls

Tutorial mode is a truth state that varies. Tutorial mode is true.

Understand "tutorial mode off" or "tutorial off" as turning off tutorial mode.

Understand "tutorial mode" or "tutorial on" or "tutorial mode on" as turning on tutorial mode.

Turning off tutorial mode is an action out of world.

Check turning off tutorial mode:

if tutorial mode is false, say "Tutorial mode is already off." instead.

Carry out turning off tutorial mode:

now tutorial mode is false.

Report turning off tutorial mode:

say "Tutorial mode is now off."

Turning on tutorial mode is an action out of world.

Check turning on tutorial mode:

if tutorial mode is true, say "Tutorial mode is already on." instead.

Carry out turning on tutorial mode:

now tutorial mode is true.

Report turning on tutorial mode:

say "Tutorial mode is now on."