Subj : Baja problem
To   : Hkb
From : Tommyknocker
Date : Wed Jan 13 1999 01:38 pm

RE: Baja problem
BY: Hkb to Tommyknocker on Wed Jan 13 1999 07:59 pm

>  >      Well now the path is really not a problem, and the 2 slashes are req
>  > Although at times using only one will work, it is still against the rules
>  > therefore should not be changed to avoid future confusion, or confusion f
>  > someone playing with the code.
> For some reason it is still locking up my computer... I have a question what
> are you useing for your Menu switching? |03Thanks -|12Hkb

      Here is a snippit right out of my command shell.


# Display TEXT\MENU\CUSTOM\MAIN.* if not in expert mode

int m
random m 5
switch m

      case 0
              compare_user_misc UM_EXPERT
            if_false
            cls
            menu CUSTOM\MAIN
         end_if
      end_case

      case 1
              compare_user_misc UM_EXPERT
            if_false
            cls
            menu MENU1\MAIN
         end_if
      end_case

      case 2
              compare_user_misc UM_EXPERT
            if_false
            cls
            menu MENU2\MAIN
         end_if
      end_case

      case 3
              compare_user_misc UM_EXPERT
            if_false
            cls
            menu MENU3\MAIN
         end_if
      end_case

      case 4
              compare_user_misc UM_EXPERT
            if_false
            cls
            menu MENU4\MAIN
         end_if
      end_case

end_switch

    That there is what I do.
                           ��������mm�Kn�k�r������


---
� Synchronet � telnet://talamasca-bbs.com   http://www.talamasca-bbs.com