home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RALM02A.ZIP / EXAMPLE.RAM < prev    next >
Encoding:
Text File  |  1996-09-03  |  1.7 KB  |  100 lines

  1. ;---------------------------------------------------------------------------;
  2. ; RaLM v0.2Alpha Example Setup file, Copyright 1996 Break Point Productions ;
  3. ;---------------------------------------------------------------------------;
  4.  
  5. Config
  6.  Ansi     = EXAMPLE
  7.  Colours  = 15,1,15,0
  8.  Exempt   = `
  9.  Userdoes = Looking in Main Menu
  10.  StartAt  = F
  11.  SavePos  = On
  12.  Hotkeys  = On
  13.  MinSec   = 0
  14.  MaxSec   = 65535
  15. End
  16.  
  17. Item 26,11
  18.  Text     = Files Section
  19.  Hotkey   = F
  20.  Jump     = FILES
  21.  Flags    = A1+
  22. End
  23.  
  24. Item 26,12
  25.  Text     = Messages Section
  26.  Hotkey   = M
  27.  Flags    = A2+
  28. End
  29.  
  30. Item 26,13
  31.  Text     = Online doors
  32.  Hotkey   = O
  33.  Flags    = A3+
  34. End
  35.  
  36. Item 26,14
  37.  Text     = Internode functions
  38.  Hotkey   = I
  39. End
  40.  
  41. Item 26,15
  42.  Text     = Time Bank {+}
  43.  Hotkey   = $
  44.  MinSec   = 50
  45.  Flags    = A6+
  46. End
  47.  
  48. Item 26,17
  49.  Text     = SysOp Menu
  50.  Hotkey   = !
  51.  MinSec   = 60000
  52. End
  53.  
  54. Item 26,18
  55.  Text     = Page Slayer for chat
  56.  Hotkey   = P
  57.  Flags    = A4+
  58. End
  59.  
  60. Item 26,19
  61.  Text     = Comment to Slayer
  62.  Hotkey   = C
  63. End
  64.  
  65. Item 26,20
  66.  Text     =  [4FGoodbye / logoff
  67.  Hotkey   = G
  68. End
  69.  
  70. Item 51,11
  71.  Text     = BBS User Statistics
  72.  Hotkey   = B
  73. End
  74.  
  75. Item 51,12
  76.  Text     = Voting Booth
  77.  Hotkey   = V
  78.  MinSec   = 50
  79. End
  80.  
  81. Item 51,13
  82.  Text     = Subscription Notice
  83.  Hotkey   = S
  84. End
  85.  
  86. Item 51,14
  87.  Text     = Your Personal Settings
  88.  Hotkey   = Y
  89.  MinSec   = 5
  90. End
  91.  
  92. Item 51,15
  93.  Text     = Disclaimer Notice
  94.  Hotkey   = D
  95. End
  96.  
  97. ;---------------------------------------------------------------------------;
  98. ; End of file, Refer to RaLM.DOC for more help.                             ;
  99. ;---------------------------------------------------------------------------;
  100.