define object <backpack>
add {
if ( #(quest.thing):size# > 50 ) then msg <That's way too big.>
else {
move <#quest.thing#; backpack>
msg <You add #(quest.thing):article# to the backpack.>
}
}
remove {
move <#quest.thing#; #quest.currentroom#>
msg <You take #(quest.thing):article# out of the backpack.>
}
look empty <It's an empty backpack.>
look contents <It's a backpack, containing #quest.contents#>
end define
add <You put it in the bag.>
add
> look in toybox
The toybox contains a teddybear and a transformer!
> look at transformer
The transformer is an old one you recieved for your 10th birthday. This one is an airplane at the moment.is it going to be able to be treated as a room?
How about the useful verbs - will look automatically look inside container objects in the current room?