Eric F.
unread,Aug 4, 2011, 9:23:33 AM8/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jacl-discuss
I've created a jacket for the player. It's considered a container
because you can put things in the pockets.
object jacket: jacket
has WEARABLE WORN CONTAINER
short a "jacket"
parent kryten
mass 2
When using the command "inventory", it's ok, but with "i", jacl hangs
(infinite loop probably)
Btw, page 142, I think there is a mistake, it's written:
i > inventory
inv > list_inventory
in verbs.library, it's the opposite (probably it was inverted later)