Bronze — 43 of 46

Emily Short

Release 13

Section 2 - Adjustments to Wording of Standard Refusals

The helpful can't enter something carried rule is listed instead of the can't enter something carried rule in the check entering rules.

The fulsome report dropping rule is listed instead of the standard report dropping rule in the report dropping rules.

The block vaguely going rule is not listed in any rulebook.

Rule for supplying a missing noun while going:

if going

begin;

let chosen way be the logical exit;

if chosen way is a direction

begin;

say "(heading [chosen way], since there are no other options)";

now the noun is the chosen way;

otherwise;

say "You will have to be more specific about which direction you want to go[if novice mode is functioning]. The available directions are[exit list][end if].";

end if;

end if;

This is the fulsome report dropping rule: say "You set down [the noun]."

This is the helpful can't enter something carried rule:

if the player carries the noun

begin;

say "You decide that you'll need [the noun] to be on the ground first. [run paragraph on]";

try dropping the noun;

end if;

if the player carries the noun, stop the action.

Before going somewhere when the holder of the player is not a room:

say "You decide that you'll need to get down first. [run paragraph on]";

try exiting;

if the player is not in a room, stop the action.