|
|
|
|
|
| Description |
| Special verbs.
These commands are specific to a particular room or item.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| cmdSpecial |
| :: Verb | Should be (VerbSpecial verb) where verb is a string.
| | -> [String] | Arguments to this verb.
| | -> World | | | -> IO World | |
|
|
| giveGrue |
| :: Maybe ItemId | Item to give to the grue.
| | -> Object | The player object.
| | -> World | | | -> IO World | | | Give the grue something.
|
|
|
| Produced by Haddock version 0.7 |