Escapade!

An interactive fiction by Juhana Leinonen (2008) - the Inform 7 source text

Home page

Contents
Previous
Next

Complete text
Part Screwing

Screwing is an action applying to one thing.

Understand "screw [something]" as screwing.
Understand "screw [something] in" as screwing.
Understand "screw in [something]" as screwing.
Understand "tighten [something]" as screwing.

Carry out screwing:
    try turning the noun instead.
    

Screwing it with is an action applying to two things.

Understand "screw [something] with/in [something]" as screwing it with.
Understand "screw [something] in with [something]" as screwing it with.
Understand "tighten [something] with/in [something]" as screwing it with.

Check screwing it with:
    if the second noun is not the Skindude:
        say "[The second noun] is not suitable for that." instead.
        
Carry out screwing it with:
    try screwing the noun instead.