• Bullseye Bulletins Menu

    From Mage@RANDY_KY to ALL on Sun Mar 4 07:18:00 2001
    Hi,

    I'm just starting out here, and had a few questions about the Bullseye.Src...

    First - How can I take it out of the logon process? I can't find what *.src it's in to remove it.

    Second - What code would I use in my Sanctaur.Src (a modification of the Renegade.Src) to access it from the Main menu? All I know (so far) is like for [B]ulletins in my menu I would need ...

    cmdkey B
    something goes here
    end_cmd

    I haven't found what to use in the docs yet to call the Bullseye.Scr. And I'm going brain dead fast. Hehehe...

    Three - Is there a way to make hitting the Spacebar act as if you hit the
    Enter key at the Bullseye.Scr?

    Thanks in Advance!

    Mage

    ---
    ■ Synchronet ■ The Sanctuary BBS / Louisville Ky / Sanctuary.hn.org
  • From Digital Man to Mage on Sun Mar 4 15:30:42 2001
    RE: Bullseye Bulletins Menu
    BY: Mage to ALL on Sun Mar 04 2001 03:18 pm

    I'm just starting out here, and had a few questions about the Bullseye.Src..

    First - How can I take it out of the logon process?

    Remove it from the SCFG->External Program->Online Program list or turn off the "Execute on event" option.

    I can't find what *.src it's in to remove it.

    It's not run from a .src file.

    Second - What code would I use in my Sanctaur.Src (a modification of the Renegade.Src) to access it from the Main menu? All I know (so far) is like [B]ulletins in my menu I would need ...

    cmdkey B
    something goes here
    end_cmd

    exec_xtrn "bullseye"

    I haven't found what to use in the docs yet to call the Bullseye.Scr. And I going brain dead fast. Hehehe...

    Three - Is there a way to make hitting the Spacebar act as if you hit the Enter key at the Bullseye.Scr?

    It's possible, but since I use getnum to retrieve the bulletin (which will ignore the Spacebar). You'll need to change it use getkey to retrieve the first key and then convert it to an integer variable. Someone else can give you the details I'm sure, if you can't figure it out yourself.

    Rob