Scroll Thief — 6 of 138

Daniel M. Stelzer

Release 2

Section D - Deciding What Must be Touched

To decide whether (item - a thing) must be touched:

if the item is the noun and the action requires a touchable noun, yes;

if the item is the second noun and the action requires a touchable second noun, yes;

no.

To decide whether (item - a thing) must be touched indirectly:

if the item must be touched, yes;

no.

To decide whether (table - a supporter) must be touched indirectly:

if the table must be touched, yes;

repeat with the item running through things on the table:

if the item must be touched indirectly, yes;

no.

To decide whether (box - a container) must be touched indirectly:

if the box must be touched, yes;

repeat with the item running through things in the box:

if the item must be touched indirectly, yes;

no.