Willy's Manor — 16 of 23

Josh Hetzel

Release 1

Chapter 6 - Workshop

Workshop is east of wooden door. Workshop has the description "You enter a clean workshop with an array of tools on the wall and a large workbench."

a workbench is in the Workshop. workbench has the description "A sturdy wooden workbench. It appears to be well used[if WorkbenchCheck is false], but currently has a Whoopee cushion resting on it[end if]." Understand "bench" as workbench. workbench is not portable.

After examining workbench:

if WorkbenchCheck is false:

move Whoopee cushion to Workshop;

now WorkbenchCheck is true;

continue the action;

a Whoopee cushion is an object. It has the description "It's a novelty cushion that makes a farting sound when sat on...classy"

a slingshot is in the workshop. It has the description "A simple slingshot, but it doesn't appear to come with any ammo"

Instead of hinting about slingshot, say "You can shoot things by saying 'shoot (object) at (object)'"

a manual is in the workshop. It has the description "The manual reads 'Hey Little Timmy! Are you wondering how to rule the schoolyard with your very own slingshot? Simply say 'shoot' an object 'at' another object. If you wanted to shoot a rock at a window, you'd say 'shoot rock at window' It's really that easy, now go cause some mayhem!'"

Before examining tools:

if ToolCheck is false:

move screwdriver to Workshop;

move wrench to Workshop;

now ToolCheck is true;

continue the action;

tools are in the workshop. tools are scenery. tools have the description "A vast array of tools. You see a screwdriver and a wrench." Understand "walls" and "wall" as tools.

a screwdriver is an object. It has the description "A refreshing drink made out of vodka and orange juice."

Instead of drinking screwdriver, say "While it would be delightful, you have a job to do."

a wrench is an object. It has the description "A normal wrench with the owner's name engraved on it."