• I'm going CRAZY!

    From Beta@TALAMASC to All on Wednesday, December 08, 1999 06:18:00
    Okay. Whene ever I run this portion of my mod, I get dumped back to the main menu... :( I can't seem to figure it out!! And I was never really able to understand the BAJA doc (Nothing agains you Rob, I just don't know all of the names for strings, variables, and what I need to use a variable for, and what I can use text for ect...)

    Here it is.

    setstr "MAIN"
    File_set_library
    if_false
    print "1 - CRAP!"
    setstr "KEPS"
    file_set_area
    if_false
    print "2 - CRAP!"
    file_upload
    if_false
    Print "Unable to upload KEPS\r\n"
    end_if

    Thnks guys. :)

    B eta

    ---
    ■ Synchronet ■ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Digital Man to Beta on Wednesday, December 08, 1999 10:52:12
    RE: I'm going CRAZY!
    BY: Beta to All on Wed Dec 08 1999 02:18 pm

    Okay. Whene ever I run this portion of my mod, I get dumped back to the mai menu... :( I can't seem to figure it out!! And I was never really able to understand the BAJA doc (Nothing agains you Rob, I just don't know all of th names for strings, variables, and what I need to use a variable for, and wha can use text for ect...)

    You're missing a couple end_ifs:

    setstr "MAIN"
    File_set_library
    if_false
    print "1 - CRAP!"
    end_if # added

    setstr "KEPS"
    file_set_area
    if_false
    print "2 - CRAP!"
    end_if # added
    file_upload
    if_false
    Print "Unable to upload KEPS\r\n"
    end_if

    Thnks guys. :)

    B eta


    There must be an end_if for every if_* statement.

    Rob
  • From Pistolgrip to Beta on Wednesday, December 08, 1999 15:09:38
    RE: I'm going CRAZY!
    BY: Beta to All on Wed Dec 08 1999 02:18 pm

    Okay. Whene ever I run this portion of my mod, I get dumped back to the mai menu... :( I can't seem to figure it out!! And I was never really able to understand the BAJA doc (Nothing agains you Rob, I just don't know all of th names for strings, variables, and what I need to use a variable for, and wha can use text for ect...)

    Here it is.

    Looks like your missing a few end_ifs.

    you must close every If_xxx statement.

    Dave
  • From Angus Netfoot@TALAMASC to Beta on Wednesday, December 08, 1999 09:32:00
    RE: I'm going CRAZY!
    BY: Beta to All on Wed Dec 08 1999 03:18 pm

    Here it is.

    setstr "MAIN"
    File_set_library
    if_false
    print "1 - CRAP!"
    setstr "KEPS"
    file_set_area
    if_false
    print "2 - CRAP!"
    file_upload
    if_false
    Print "Unable to upload KEPS\r\n"
    end_if

    Thnks guys. :)

    This contains three IF_FALSE and only one END_IF (just for a
    start).


    ---
    ■ Synchronet ■ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Beta@TALAMASC to Angus Netfoot on Wednesday, December 08, 1999 11:18:00
    RE: I'm going CRAZY!
    BY: Angus Netfoot to Beta on Wed Dec 08 1999 06:32 pm

    This contains three IF_FALSE and only one END_IF (just for a
    start).

    <Makes out a Nipple head sticker, and sticks it to his head> DOO!
    Beta

    ---
    ■ Synchronet ■ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Hkb@TALAMASC/TIME to Beta on Wednesday, December 08, 1999 11:44:00
    RE: I'm going CRAZY!
    BY: Beta to Angus Netfoot on Wed Dec 08 1999 07:18 pm

    <Makes out a Nipple head sticker, and sticks it to his head> DOO!

    LOL... I think it has been to long since I heard "Nipple Head"

    ---
    ■ Synchronet ■ Time Warp of the Future (360) 891-0969 Vancouver, Wa.
  • From Beta@TALAMASC to Hkb on Thursday, December 09, 1999 04:04:00
    RE: I'm going CRAZY!
    BY: Hkb to Beta on Wed Dec 08 1999 08:44 pm

    <Makes out a Nipple head sticker, and sticks it to his head> DOO!

    LOL... I think it has been to long since I heard "Nipple Head"

    I try to use it once a week. :)
    Beta

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