Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Reference Manual for GoldED 2.51 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

                             Random System Example

     Below is an example of how a Random System could be setup. Note how
     the letter  group 'D'  goes first,  followed by  the explicit group
     definitions  for  the  NERDS  and  FOO  echoes. Then comes the more
     general groups (those with Label:'s), where the echoes are assigned
     with one or more Member statements. At last there is the  catch-all
     "Group *", which works as the default group.


        === Cut, GOLDRAND.CFG ===

        Group NERDS           ; For the NERDS echo.
          Origin "I am a Nerd. Take me to your Loser!"

        Group FOO             ; This group is *only* for the FOO echo.
          Tearline FooED @rev
          Origin "Foo-ing my day away"

        Group FooEchoes:
          Member *FOO*        ; Use wildcards to catch any other foo echo.
          Tearline FooED @rev
          Origin "This is a Foo-lish origin"

        Group FidoNet:
          Member NET_DEV, WORLDPOL, INTERCOOK
          Member GREEN.029, C_ECHO, C_PLUSPLUS
          Origin "Fight-O-Net? Good name..."
          Template FIDONET.TPL
          Whoto Everyone

        Group SigNet:
          Member SIG.*         ; The wildcard is VERY handy here ;-)
          Origin "To SIG or not to SIG..."
          Template SIGNET.TPL

        Group D               ; Letter D for Danish echoes.
          Template DANSK.TPL

        Group *                ; This is default group
          Origin "Yet another forgotten echo"

        === Uncut ===

     See  the  example  GOLDRAND.CFG  in  the  ADVANCED  archive  for  a
     real-life setup similar to the one I use myself.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson