• renegade.src

    From Mage@VERT/RANDY_KY to ALL on Wed Mar 14 17: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 Wed Mar 14 20: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 ã