home *** CD-ROM | disk | FTP | other *** search
- Usage: mon [flags]
-
- possible flags are:
- -len # where # is maximum line length (40-255) [80]
- -mchar C where C is monster char. (e.g. m for molds)
- -mlev # where # is monster level (0-100)
- -names print only the names of monsters
- -plev # where # is player level (1-40)
-
- examples:
- mon (prints all monsters)
- mon -mlev 0 (prints all monsters which dwell in the town)
- mon -mlev 40 -plev 37 (prints all monsters dwelling at 2000 feet, with
- experience point values for a 37th level character)
- mon -mchar p -plev 1 (prints all People ('p') with experience point values
- for a first level character)
- mon -mchar G -names (prints the names of all Ghosts)
-
-