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