Home
Start a new game
Explore games
Help
Log in or sign up
Log in
Username
Password (
Forgot it?
)
×
New to Playfic?
Full Name
Email
Username
Password
Password (confirm)
Are you sure about this?
Recipe 34: Brown
by
The Inform Recipe Book
Played 3,014 times
View game source
(spoilers!)
Download the
.z8 file
Source Code
"Brown" by "Inform 7 Recipe Book" The Shipping Room is a room. The red sticky label is a thing carried by the player. The description of the red sticky label is "It reads: AIRMAIL[if the label is part of something (called the parent)]. It is stuck to [the parent][end if]." A black crate is in Shipping. The description is "A boring black crate." The brown crate is a thing in Shipping. The description is "An ordinary brown crate." After examining something when the label is part of the noun: say "A bright red sticky label is attached to [the noun]!" Instead of tying the red sticky label to something: now the red sticky label is part of the second noun; say "You stick [the label] to [the second noun]." Before tying the label to something when the label is part of something: if the label is part of the second noun: say "[The label] is already stuck to [the second noun]." instead; otherwise: say "(first freeing the label)[line break]"; silently try taking the label; if the label is part of something, stop the action. Instead of tying the red sticky label to the label: say "That would ruin the label entirely." Instead of taking the label when the label is part of something: now the player carries the label; say "You peel the label off again." Instead of tying something to the label: try tying the label to the noun. Instead of putting the label on something: try tying the label to the second noun. Instead of inserting the label into something: try tying the label to the second noun. Understand the commands "stick" or "apply" as "tie". Understand "peel [something]" or "peel off [something]" as taking. Test me with "i / put label on the black crate / look / x black / x label / get the label / apply label to brown crate / look / x brown / peel off label / stick label to label".