• hepp meeeee!

    From Spiritwild@VERT/TALAMASC/SPIRIT to ALL on Sun Apr 18 00:22:00 1999
    int score
    setstr "bla"
    print "blabla"
    getstr str 3 K_line|K_UPPER
    crlf
    crlf
    compare_str "bla"
    if_true

    print "IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII\r\n"
    print "blabla.\r\n"
    print "IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII\r\n"
    add score 50
    print "YOUR CURRENT SCORE:"
    print score
    crlf
    crlf
    else print "blabla !\r\n"
    crlf
    crlf
    goto bla
    end_if

    How do I keep ctrl-c from setting the state to TRUE ??
    I would appriciate any help here, I'm tired of going through
    the Baja manual line by line.
    ---
    þ SLMR 2.1a þ I'm just hoping to get out of life alive !
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Tommyknocker@VERT/TALAMASC to Spiritwild on Sun Apr 18 05:19:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to ALL on Sun Apr 18 1999 11:22 am

    How do I keep ctrl-c from setting the state to TRUE ??

    Have you tried the clear_abort command?
    °°±±²²ÑímmæKní€kîr²²±±°°


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Ksandre Katrius@VERT/TALAMASC/TOD to Tommyknocker on Mon Apr 19 00:27:00 1999
    RE: hepp meeeee!
    BY: Tommyknocker to Spiritwild on Sun Apr 18 1999 16:19:00

    How do I keep ctrl-c from setting the state to TRUE ??
    Have you tried the clear_abort command?

    <sigh>
    I never could figure out howto make any BAJAs so that people could NOT abort viewing a file.

    ---
    þ Synchronet þ BajaHaus at MEKHET's IFHU TOWER_OF_DESTINY_BBS 603-293-0580
  • From Spiritwild@VERT/TALAMASC/SPIRIT to TOMMYKNOCKER on Mon Apr 19 11:26:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to ALL on Sun Apr 18 1999 11:22 am

    How do I keep ctrl-c from setting the state to TRUE ??

    Have you tried the clear_abort command?

    Yeah, I've tried a little bit of everything.
    I am stumped.

    What I am doing is trying to make a trivia door
    and the "setstr and getstr " functions are what I'm using.
    Only problem is that when you go to answer the question,
    if you hit ctrl-c it accepts the command as true and awards ya
    50 points. even though you don't type in a damned thing ! :)

    Guess I'll run to sync web board and see if Rob's around.

    thanks for the help.
    ---
    þ SLMR 2.1a þ www.geocities.com/southbeach/breakers/5862
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Tinman@VERT/TALAMASC to Spiritwild on Tue Apr 20 05:45:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TOMMYKNOCKER on Mon Apr 19 1999 10:26 pm

    What I am doing is trying to make a trivia door
    and the "setstr and getstr " functions are what I'm using.
    Only problem is that when you go to answer the question,
    if you hit ctrl-c it accepts the command as true and awards ya
    50 points. even though you don't type in a damned thing ! :)

    When the programing gets tuff, the programer must get creative,. thats my motto.... here's what i would try..

    when you get the input, from the user, check to see if it is within the valid limits, example:

    if there is a menu that says: (1) do something (2) go someware (Q) Quit.

    Check and see if the user enterd eather '1' '2' or 'q', if he didnt, then remove 50 points, because he musta hit ctrl-c, this will compansate you.

    it's not a "direct" fix to your problem, but as i said, sometimes you need to be creative. :-)

    /-\TiN MaN/-\

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Tommyknocker@VERT/TALAMASC to Tinman on Tue Apr 20 20:10:00 1999
    RE: hepp meeeee!
    BY: Tinman to Spiritwild on Tue Apr 20 1999 04:45 pm

    RE: hepp meeeee!
    ^^^^
    help

    When the programing gets tuff, the programer must get creative,. thats my
    ^^^^
    tough

    if there is a menu that says: (1) do something (2) go someware (Q) Quit.
    ^^^^^^^^
    someweere

    remove 50 points, because he musta hit ctrl-c, this will compansate you.
    ^^^^^ ^^^^^^^^^^
    Not even a word compensate

    See what I mean. This is the post following your critical post to someone about 1 spelling error.
    °°±±²²ÑímmæKní€kîr²²±±°°


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Tinman@VERT/TALAMASC to Tommyknocker on Wed Apr 21 00:01:00 1999
    RE: hepp meeeee!
    BY: Tommyknocker to Tinman on Wed Apr 21 1999 07:10 am

    RE: hepp meeeee!
    BY: Tinman to Spiritwild on Tue Apr 20 1999 04:45 pm

    RE: hepp meeeee!
    ^^^^
    help

    When the programing gets tuff, the programer must get creative,. thats my
    ^^^^
    tough

    if there is a menu that says: (1) do something (2) go someware (Q) Quit.
    ^^^^^^^^
    someweere

    remove 50 points, because he musta hit ctrl-c, this will compansate you.
    ^^^^^ ^^^^^^^^^^
    Not even a word compensate

    See what I mean. This is the post following your critical post to someone about 1 spelling error.
    °°±±²²ÑímmæKní€kîr²²±±°°


    LOL LOL LOL LOL, damn. that really is funny... !!!!!

    ;-)

    /-\TiN MaN/-\

    i know how to right 7 computer langwiges, but englesh is the one that gets
    me :-)


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Spiritwild@VERT/TALAMASC/SPIRIT to TINMAN on Tue Apr 20 12:15:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TOMMYKNOCKER on Mon Apr 19 1999 10:26 pm

    What I am doing is trying to make a trivia door
    and the "setstr and getstr " functions are what I'm using.
    Only problem is that when you go to answer the question,
    if you hit ctrl-c it accepts the command as true and awards ya
    50 points. even though you don't type in a damned thing ! :)

    When the programing gets tuff, the programer must get creative,. thats my TI>motto.... here's what i would try..

    when you get the input, from the user, check to see if it is within the vali TI>limits, example:

    if there is a menu that says: (1) do something (2) go someware (Q) Quit.

    Check and see if the user enterd eather '1' '2' or 'q', if he didnt, then TI>remove 50 points, because he musta hit ctrl-c, this will compansate you.

    it's not a "direct" fix to your problem, but as i said, sometimes you need t TI>be creative. :-)

    I'm tired of being creative if not diverse :)
    I've tried everything except changing everything to
    command key choices "boring".

    I'll figure something out, I'm happy with it until then ;)
    Thanks.

    ---
    þ SLMR 2.1a þ Ted Nugent for president !!!
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Spiritwild@VERT/TALAMASC/SPIRIT to TOMMYKNOCKER on Wed Apr 21 06:00:00 1999
    RE: hepp meeeee!
    BY: Tinman to Spiritwild on Tue Apr 20 1999 04:45 pm

    RE: hepp meeeee!
    ^^^^
    help

    When the programing gets tuff, the programer must get creative,. thats my
    ^^^^
    tough

    if there is a menu that says: (1) do something (2) go someware (Q) Quit.
    ^^^^^^^^
    someweere

    remove 50 points, because he musta hit ctrl-c, this will compansate you.
    ^^^^^ ^^^^^^^^^^
    Not even a word compensate

    See what I mean. This is the post following your critical post to
    someone about 1 spelling error.
    °°±±²²ÑímmæKní€kîr²²±±°°

    He's been pulled over for this violation once before :)
    ---
    þ SLMR 2.1a þ Just shut-up!
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Tinman@VERT/TALAMASC to Spiritwild on Wed Apr 21 05:35:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Tue Apr 20 1999 11:15 pm

    I'm tired of being creative if not diverse :)
    I've tried everything except changing everything to
    command key choices "boring".

    I'll figure something out, I'm happy with it until then ;)
    Thanks.

    Doesnt baja let you except command line peramiters????, if so, you could use the old batch file input trick,

    where you would have a batch file running, and if you needed to get some input you could use a program witch you rote in a reall programing lang to get the input, and exit with an errorlevel set to the input, or in baja's case the command line peramiter.

    -TiN

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Tinman@VERT/TALAMASC to Spiritwild on Wed Apr 21 05:37:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TOMMYKNOCKER on Wed Apr 21 1999 05:00 pm

    See what I mean. This is the post following your critical post t
    someone about 1 spelling error.
    °°±±²²ÑímmæKní€kîr²²±±°°

    He's been pulled over for this violation once before :)

    Isah gotza edjudication behind mee watcha'yall talkinbout this speelan stuff fer?, ....

    /-\TiN MaN/-\


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Spiritwild@VERT/TALAMASC/SPIRIT to TINMAN on Wed Apr 21 10:54:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Tue Apr 20 1999 11:15 pm

    I'm tired of being creative if not diverse :)
    I've tried everything except changing everything to
    command key choices "boring".

    I'll figure something out, I'm happy with it until then ;)
    Thanks.

    Doesnt baja let you except command line peramiters????, if so, you could
    the old batch file input trick,

    where you would have a batch file running, and if you needed to get some inp TI>you could use a program witch you rote in a reall programing lang to get the TI>input, and exit with an errorlevel set to the input, or in baja's case the TI>command line peramiter.

    That's extreme to me.
    I'm just goofing around killing time, doing my part.
    Besides, My stuff is dopey and cute.

    and simple, If I have to sit here very long I'll get
    irritated, turn the thing off and threaten to get a life.

    :)
    ---
    þ SLMR 2.1a þ Ted Nugent for president !!!
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Spiritwild@VERT/TALAMASC/SPIRIT to TINMAN on Wed Apr 21 10:59:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TOMMYKNOCKER on Wed Apr 21 1999 05:00 pm

    See what I mean. This is the post following your critical pos
    someone about 1 spelling error.
    °°±±²²ÑímmæKní€kîr²²±±°°

    He's been pulled over for this violation once before :)

    Isah gotza edjudication behind mee watcha'yall talkinbout this speelan st
    fer?, ....

    I'm just kiddin' ya's.

    and why do I find myself saying what you've written just to see how it
    sounds ?

    ---
    þ SLMR 2.1a þ Just shut-up!
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Tinman@VERT/TALAMASC/EXPLORER to Spiritwild on Wed Apr 21 12:32:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Tue Apr 20 1999 11:15 pm


    þ Synchronet þ SPIRIT OF THE WILD BBS

    ^^^^ is that a real board?, if so can i have the number?

    úùù---/-\Å­¥ Mƒ¥/-\---ùùú


    ---
    þ Synchronet þ Explorer BBS - The rockn' online experence - Vancouver, Wa
  • From Reaper Man@VERT/TALAMASC/TIME/FLAMINT to Spiritwild on Thu Apr 22 12:15:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Wed Apr 21 1999 21:54:00

    and simple, If I have to sit here very long I'll get
    irritated, turn the thing off and threaten to get a life.

    isn't that a hostage situation?

    <screaming> protect the nerd, keep him from becoming normal!!!

    ---
    þ Synchronet þ Flamin' Torch BBS - The Board on Fire
  • From Reaper Man@VERT/TALAMASC/TIME/FLAMINT to Spiritwild on Thu Apr 22 12:16:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Wed Apr 21 1999 21:59:00

    Isah gotza edjudication behind mee watcha'yall talkinbout this speelan
    fer?, ....

    I'm just kiddin' ya's.

    and why do I find myself saying what you've written just to see how it sounds ?

    cause lots of people have done it, you, me, possibly others.

    ---
    þ Synchronet þ Flamin' Torch BBS - The Board on Fire
  • From Tinman@VERT/TALAMASC to Reaper Man on Fri Apr 23 05:04:00 1999
    RE: hepp meeeee!
    BY: Reaper Man to Spiritwild on Thu Apr 22 1999 11:16 pm

    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Wed Apr 21 1999 21:59:00

    Isah gotza edjudication behind mee watcha'yall talkinbout this spee
    fer?, ....

    I'm just kiddin' ya's.

    and why do I find myself saying what you've written just to see how it sounds ?

    cause lots of people have done it, you, me, possibly others.


    Ya'll guot me stumped, juest kaint figer wheay youz makin sucha bieg deeel ovfer all thart ther laingweedge stuf, i'ma juest as nermal ais tha restaya.

    úùù---/-\Å­¥ Mƒ¥/-\---ùùú

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Reaper Man@VERT/TALAMASC/TIME/FLAMINT to Tinman on Fri Apr 23 12:01:00 1999
    RE: hepp meeeee!
    BY: Tinman to Reaper Man on Fri Apr 23 1999 16:04:00

    Ya'll guot me stumped, juest kaint figer wheay youz makin sucha bieg deeel ovfer all thart ther laingweedge stuf, i'ma juest as nermal ais tha restaya.

    your psuedo-english ain't gona stp mi

    ---
    þ Synchronet þ Flamin' Torch BBS - The Board on Fire
  • From Spiritwild@VERT/TALAMASC/SPIRIT to TINMAN on Fri Apr 23 06:49:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Tue Apr 20 1999 11:15 pm


    þ Synchronet þ SPIRIT OF THE WILD BBS

    ^^^^ is that a real board?, if so can i have the number?


    No, It's part of my imaginary services.
    I also have free internet for the world :)

    Yes it's real .... here's the ##


    812-476-6472
    I don't have real hours though, It's part time.

    M-F 10pm - NOON
    Sat-Sun - 10pm - 7am

    central time.

    If your lucky you may just get the answer machine <G>
    it comes on when the bbs shuts off.
    ---
    þ SLMR 2.1a þ I'm just hoping to get out of life alive !
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Spiritwild@VERT/TALAMASC/SPIRIT to REAPER MAN on Fri Apr 23 06:49:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Wed Apr 21 1999 21:54:00

    and simple, If I have to sit here very long I'll get
    irritated, turn the thing off and threaten to get a life.

    isn't that a hostage situation?

    More like a marriage......
    ---
    þ SLMR 2.1a þ www.geocities.com/southbeach/breakers/5862
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Spiritwild@VERT/TALAMASC/SPIRIT to REAPER MAN on Fri Apr 23 06:50:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Wed Apr 21 1999 21:59:00

    Isah gotza edjudication behind mee watcha'yall talkinbout this spee
    fer?, ....

    I'm just kiddin' ya's.

    and why do I find myself saying what you've written just to see how it sounds ?

    cause lots of people have done it, you, me, possibly others.

    I rekon.
    ---
    þ SLMR 2.1a þ Ted Nugent for president !!!
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Reaper Man@VERT/TALAMASC/TIME/FLAMINT to Spiritwild on Sun Apr 25 06:26:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to REAPER MAN on Fri Apr 23 1999 17:49:00

    isn't that a hostage situation?
    More like a marriage......

    ouch, thats even worse

    ---
    þ Synchronet þ Flamin' Torch BBS - The Board on Fire
  • From Spiritwild@VERT/TALAMASC/SPIRIT to TINMAN on Fri Apr 23 23:52:00 1999
    RE: hepp meeeee!
    BY: Reaper Man to Spiritwild on Thu Apr 22 1999 11:16 pm

    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Wed Apr 21 1999 21:59:00

    Isah gotza edjudication behind mee watcha'yall talkinbout this s
    fer?, ....

    I'm just kiddin' ya's.

    and why do I find myself saying what you've written just to see how it sounds ?

    cause lots of people have done it, you, me, possibly others.


    Ya'll guot me stumped, juest kaint figer wheay youz makin sucha bieg deeel TI>ovfer all thart ther laingweedge stuf, i'ma juest as nermal ais tha restaya.

    Now Your starting to offend me :)
    I'm from that little part of the world and you just went too far
    <getting gun> Now where's that damn dog ! C'mon blue..
    ---
    þ SLMR 2.1a þ Ya gotta kill it to grill it !
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Spiritwild@VERT/TALAMASC/SPIRIT to REAPER MAN on Fri Apr 23 23:53:00 1999
    RE: hepp meeeee!
    BY: Tinman to Reaper Man on Fri Apr 23 1999 16:04:00

    Ya'll guot me stumped, juest kaint figer wheay youz makin sucha bieg deee ovfer all thart ther laingweedge stuf, i'ma juest as nermal ais tha resta

    your psuedo-english ain't gona stp mi

    What is this, French KY. ?
    ---
    þ SLMR 2.1a þ I'm just hoping to get out of life alive !
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Hkb@VERT/TALAMASC/EXPLORER to Spiritwild on Wed Apr 28 04:06:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Sat Apr 24 1999 10:52 am

    Now Your starting to offend me :)
    I'm from that little part of the world and you just went too far
    <getting gun> Now where's that damn dog ! C'mon blue..

    LOL. LOL.
    Hkb




    ---
    þ Synchronet þ Explorer BBS - The rockn' online experence - Vancouver, Wa
  • From Tinman@VERT/TALAMASC to Spiritwild on Fri Apr 30 09:41:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Sat Apr 24 1999 10:52 am

    Now Your starting to offend me :)
    I'm from that little part of the world and you just went too far
    <getting gun> Now where's that damn dog ! C'mon blue..

    EHehehehe, what "little part of the world" would that be?

    ATZ0
    AT%C0%E2

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Tinman@VERT/TALAMASC to Tinman on Fri Apr 30 09:47:00 1999
    RE: hepp meeeee!
    BY: Tinman to Spiritwild on Fri Apr 30 1999 08:41 pm

    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Sat Apr 24 1999 10:52 am

    Now Your starting to offend me :)
    I'm from that little part of the world and you just went too far
    <getting gun> Now where's that damn dog ! C'mon blue..

    EHehehehe, what "little part of the world" would that be?

    ATZ0
    AT%C0%E2

    ^^^^^^^^ The user formaly known as tinman????


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Hkb@VERT/TALAMASC/EXPLORER to Tinman on Fri Apr 30 21:47:00 1999
    RE: hepp meeeee!
    BY: Tinman to Tinman on Fri Apr 30 1999 08:47 pm

    ^^^^^^^^ The user formaly known as tinman????

    ?????????????
    HkB



    ...DOWNTIME--Coffee breaks, lunch, or Friday mentality in the office.


    ---
    þ Synchronet þ Explorer BBS - The rockn' online experence - Vancouver, Wa
  • From Spiritwild@VERT/TALAMASC/SPIRIT to Hkb on Sat May 1 12:16:00 1999
    RE: hepp meeeee!
    BY: Hkb to Tinman on Sat May 01 1999 08:47:00

    RE: hepp meeeee!
    BY: Tinman to Tinman on Fri Apr 30 1999 08:47 pm

    ^^^^^^^^ The user formaly known as tinman????

    ?????????????
    HkB



    ...DOWNTIME--Coffee breaks, lunch, or Friday mentality in the office.


    He had some modem commands in there somewhere, I saw them.
    He just looks crazy.


    ---
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Spiritwild@VERT/TALAMASC/SPIRIT to TINMAN on Sat May 1 02:37:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Sat Apr 24 1999 10:52 am

    Now Your starting to offend me :)
    I'm from that little part of the world and you just went too far
    <getting gun> Now where's that damn dog ! C'mon blue..

    EHehehehe, what "little part of the world" would that be?

    Border of KY and IN .
    ---
    þ SLMR 2.1a þ Ya gotta kill it to grill it !
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Tinman@VERT/TALAMASC to Spiritwild on Sat May 1 23:48:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to Hkb on Sat May 01 1999 11:16 pm

    RE: hepp meeeee!
    BY: Hkb to Tinman on Sat May 01 1999 08:47:00

    RE: hepp meeeee!
    BY: Tinman to Tinman on Fri Apr 30 1999 08:47 pm

    ^^^^^^^^ The user formaly known as tinman????

    ?????????????
    HkB



    ...DOWNTIME--Coffee breaks, lunch, or Friday mentality in the office.


    He had some modem commands in there somewhere, I saw them.
    He just looks crazy.



    Jeeeezzuuussss... its amazing how the stupidest post's sometimes get the most replies!!!!! ... ... ?!? Lets try this one, and see what happends.

    The Yellow elephent went into town, and he bought a bunch of green apples.. Later on, i herd he made a apple pie, jessy said it was pretty good, but i dont think i would ever eat a pie made by an elephent.., oh well,. mabey a hippo, but not an elephent.

    úùù---/-\Å­¥ Mƒ¥/-\---ùùú


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Reaper Man@VERT/TALAMASC/TIME/FLAMINT to Tinman on Sun May 2 12:16:00 1999
    RE: hepp meeeee!
    BY: Tinman to Spiritwild on Sun May 02 1999 10:48:00

    The Yellow elephent went into town, and he bought a bunch of green apples.. Later on, i herd he made a apple pie, jessy said it was pretty good, but i d think i would ever eat a pie made by an elephent.., oh well,. mabey a hippo, but not an elephent.

    too much effort...
    gotta let the nonsense flow from within

    ---
    þ Synchronet þ Flamin' Torch BBS - The Board on Fire
  • From Tinman@VERT/TALAMASC to Reaper Man on Mon May 3 15:04:00 1999
    RE: hepp meeeee!
    BY: Reaper Man to Tinman on Sun May 02 1999 11:16 pm

    RE: hepp meeeee!
    BY: Tinman to Spiritwild on Sun May 02 1999 10:48:00

    The Yellow elephent went into town, and he bought a bunch of green apples Later on, i herd he made a apple pie, jessy said it was pretty good, but think i would ever eat a pie made by an elephent.., oh well,. mabey a hip but not an elephent.

    too much effort...
    gotta let the nonsense flow from within


    ahhh, yess sensi, please show me how to let the nonsense flow from within.

    ahhh,. i feal very good wa.

    úùù---/-\Å­¥ Mƒ¥/-\---ùùú


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Spiritwild@VERT/TALAMASC/SPIRIT to TINMAN on Mon May 3 10:19:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to Hkb on Sat May 01 1999 11:16 pm

    RE: hepp meeeee!
    BY: Hkb to Tinman on Sat May 01 1999 08:47:00

    RE: hepp meeeee!
    BY: Tinman to Tinman on Fri Apr 30 1999 08:47 pm

    ^^^^^^^^ The user formaly known as tinman????

    ?????????????
    HkB



    ...DOWNTIME--Coffee breaks, lunch, or Friday mentality in the office.


    He had some modem commands in there somewhere, I saw them.
    He just looks crazy.



    Jeeeezzuuussss... its amazing how the stupidest post's sometimes get the mos TI>replies!!!!! ... ... ?!? Lets try this one, and see what happends.

    The Yellow elephent went into town, and he bought a bunch of green apples.. TI>Later on, i herd he made a apple pie, jessy said it was pretty good, but i d TI>think i would ever eat a pie made by an elephent.., oh well,. mabey a hippo, TI>but not an elephent.

    hmmm...
    lacks creativity.


    he just looks crazy.

    ^^^...............is ! :)
    ---
    þ SLMR 2.1a þ ú úúúëp‹ê‹çW‹³ëúúú ú
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From Tinman@VERT/TALAMASC to Spiritwild on Tue May 4 06:53:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TINMAN on Mon May 03 1999 09:19 pm

    The Yellow elephent went into town, and he bought a bunch of green apples TI>Later on, i herd he made a apple pie, jessy said it was pretty good, but TI>think i would ever eat a pie made by an elephent.., oh well,. mabey a hip TI>but not an elephent.

    hmmm...
    lacks creativity.


    he just looks crazy.

    Talk about lacking something..... Your the one who is analyzing a paragraph about a yellow elephent, and green apples. ;-)

    úùù---/-\Å­¥ Mƒ¥/-\---ùùú


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Reaper Man@VERT/TALAMASC/TIME/FLAMINT to Tinman on Tue May 4 11:16:00 1999
    RE: hepp meeeee!
    BY: Tinman to Reaper Man on Tue May 04 1999 02:04:00

    ahhh, yess sensi, please show me how to let the nonsense flow from within. ahhh,. i feal very good wa.

    first of all, pretend not to try, and make it look like a part of your persunality.


    ---
    þ Synchronet þ Flamin' Torch BBS - The Board on Fire
  • From Digital Man@VERT/TALAMASC to Ksandre Katrius on Mon Nov 15 02:03:00 1999
    RE: hepp meeeee!
    BY: Ksandre Katrius to Tommyknocker on Mon Apr 19 1999 11:27 am

    I never could figure out howto make any BAJAs so that people could NOT abort viewing a file.

    This doesn't work?

    printfile "file.txt" P_NOABORT

    Rob

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Digital Man@VERT/TALAMASC to Spiritwild on Mon Nov 15 02:09:00 1999
    RE: hepp meeeee!
    BY: Spiritwild to TOMMYKNOCKER on Mon Apr 19 1999 10:26 pm

    Yeah, I've tried a little bit of everything.
    I am stumped.

    What I am doing is trying to make a trivia door
    and the "setstr and getstr " functions are what I'm using.
    Only problem is that when you go to answer the question,
    if you hit ctrl-c it accepts the command as true and awards ya
    50 points. even though you don't type in a damned thing ! :)

    Try this (taken from EXEC\DIR.SRC):

    copy i _sys_status
    and i SS_ABORT
    compare i 0
    if_not_equal # Ctrl-C hit
    print "Aborted.\n"
    goto end
    end_if

    Put this code after your getstr call to check for ctrl-c.

    Rob

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Ksandre@VERT to Digital Man on Wed Aug 16 13:03:00 2000
    RE: hepp meeeee!
    BY: Digital Man to Ksandre Katrius on Mon Nov 15 1999 03:03 pm

    I never could figure out howto make any BAJAs so that people could NOT ab viewing a file.

    This doesn't work?

    printfile "file.txt" P_NOABORT


    It's been such a long time that I posted this - I can't exactly remember the whole of the issue for me. BUT, as I recall, I probably did try that (I tried everything listed in the BAJA manual I had then for that). I haven't really played with since then, so I can't really continuee this discussion effectively. (I don't even recall if this was before or after your DOS *upgrade* for SBBS.) Sorry.

    Thank you for responding though.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net