home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / dnd29c4.zip / SOURCE.ZIP / CONSTANT.INC < prev    next >
Text File  |  1993-01-07  |  2KB  |  78 lines

  1.  Rem constant.inc v2.9c
  2.  
  3.  Const Deleted$="<deleted>"
  4.  Const Enter$="<enter>"
  5.  Const False=0
  6.  Const More$="-more(y/n)-"
  7.  Const Mask$="#"
  8.  Const MaxInt=32767
  9.  Const None$="<null>"
  10.  Const Nul=""
  11.  Const Quote$="'"
  12.  Const Range$="Out of range."
  13.  Const True=Not False
  14.  Const Version$="2.9C-4"
  15.  
  16.  Const Picklock.Command=26
  17.  Const Hide.Command=49
  18.  Const Identify.Command=52
  19.  
  20.  Const Hidden.Object=1
  21.  Const Magic.Trap=2
  22.  Const Magically.Hidden=4
  23.  
  24.  Const Use.Spell.Type=1
  25.  Const Scroll.Spell.Type=2
  26.  Const Cast.Spell.Type=4
  27.  
  28.  Const Rerolled=1
  29.  Const Stat1=2
  30.  Const Stat2=4
  31.  Const Stat3=8
  32.  Const Stat4=16
  33.  Const Stat5=32
  34.  Const Stat6=64
  35.  Const Stat7=128
  36.  Const Wished=256
  37.  Const Alignmented=512
  38.  Const Locked.User=1024
  39.  Const Special.Char1=2048
  40.  Const Special.Char2=4096
  41.  Const Special.Char3=8192
  42.  Const Special.Char4=16384
  43.  
  44.  Const Public.Base=1
  45.  Const Private.Base=2
  46.  Const DM.Base=4
  47.  Const Sysop.Base=8
  48.  Const TownMayor.Base=16
  49.  Const Governor.Base=32
  50.  Const GuildMaster.Base=64
  51.  
  52.  Const Class1=2
  53.  Const Class2=4
  54.  Const Class3=8
  55.  Const Class4=16
  56.  Const Class5=32
  57.  Const Class6=64
  58.  Const Class7=128
  59.  Const Class8=256
  60.  
  61.  Const Direction1=2
  62.  Const Direction2=4
  63.  Const Direction3=8
  64.  Const Direction4=16
  65.  Const Direction5=32
  66.  Const Direction6=64
  67.  Const Direction7=128
  68.  Const Direction8=256
  69.  Const Direction9=512
  70.  Const Direction10=1024
  71.  Const Direction11=2048
  72.  Const Direction12=4096
  73.  
  74.  Const Follow.Command=31
  75.  Const Track.Command=36
  76.  Const Hunt.Command=37
  77.  Const Trace.Command=38
  78.