home *** CD-ROM | disk | FTP | other *** search
- id room
- short The Big Room
- action look
- ptell You are in a huge cavern. You can
- hardly see anything but a hole in the
- floor and various objects scattered
- around.
- action north
- alias n
- ptell The slope is too steep for you to
- climb up to the north.
- action south
- alias s
- ptell You see an wrinkled and dusty old
- knapsack.
- action east
- alias e
- ptell You see a box of matches.
- action west
- alias w
- ptell Eeeeew, gross! A crumbling skeleton!
- Apparently the person had been wearing
- wooden shoes, with strangely curved
- pointed toes.
- action up
- alias u
- ptell You can't go that way.
- action down
- alias d
- pgot? 2
- goto slide
- ptell I'm sorry, you'll, die if you don't
- have the knapsack and don't have
- matches, so GET THEM!
- return
- label slide
- ptell You slide down the hole.
- pmove 3
- action exa knapsack
- ptell You see all kinds of useful stuff.
- action get knapsack
- pgot? 1
- goto got
- ptell You got it! Inside are a lamp, a
- candle and a rope. You can't examine
- them until you need to use them.
- pgive 1
- action exa matches
- ptell They're old...still good.
- action exa skeleton
- alias exa shoes
- alias exa wooden shoes
- ptell A pair of wooden shoes. Wooden shoes?
- On a skeleton?
- return
- label got
- ptell You already have it!
- action get matches
- alias get box of matches
- pgot? 2
- goto gotten
- ptell You have them!
- pgive 2
- return
- label gotten
- ptell You already have them.
- action get shoes
- ptell The wooden shoes are stuck tight to
- the foot bone, which is connected to
- the heel bone, which is connected to
- the leg bone, which is (SLAP! STOP
- THAT! Sorry) They're all connected and
- you can't 'get' them.
- action exa objects
- alias get objects
- ptell What objects? Where? Which
- direction are the objects?
- action exa hole
- ptell Big. Deep. Dark. Slidable. (If that's
- a word. No, slidable even if it's not
- a word.)
-
-