• renegade.src

    From Mage@VERT/RANDY_KY to ALL on Thu Mar 15 01:52:00 2001
    Hi Guys,

    I'm using a modified version of the Renegade.Src for my bbs, and was wondering if anyone could suggest a better way of handling the 'fall through' section I have quoted below. I would like the leave in the 'Hit ? to view menu' for expert users, but would prefer to just have the menu reload instead of giving
    a user the 'unrecognized command' message, and the pause prompt.

    Any suggestions on an easy way to do this? Could you give me an example?

    Thanks In Advance!

    .\\age


    # fall through
    print "\r\n Unrecognized command."
    compare_ars expert
    if_true
    print " Hit ? to view menu."
    end_if
    crlf
    end_cmd


    ---
    þ Synchronet þ The Sanctuary BBS / Louisville Ky / Sanctuary.hn.org
  • From PistolGrip@VERT/WASTELND to Mage on Thu Mar 15 04:24:00 2001
    RE: renegade.src
    BY: Mage to ALL on Thu Mar 15 2001 01:52 am

    Hi Guys,

    I'm using a modified version of the Renegade.Src for my bbs, and was wonderi if anyone could suggest a better way of handling the 'fall through' section have quoted below. I would like the leave in the 'Hit ? to view menu' for expert users, but would prefer to just have the menu reload instead of givin a user the 'unrecognized command' message, and the pause prompt.

    Any suggestions on an easy way to do this? Could you give me an example?



    Umm.. simple... I think.. just comment out the print line... unless I misunderstood you.

    # fall through
    # print "\r\n Unrecognized command."
    compare_ars expert
    if_true
    print " Hit ? to view menu."
    end_if
    crlf
    end_cmd

    PG

    ---
    þ Synchronet þ WasteLand BBS þ telnet://wasteland.darktech.org