Results 1 to 5 of 5

Thread: 2 Questions, OpenBankGlass & How to type?

  1. #1
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default 2 Questions, OpenBankGlass & How to type?

    Ok, so how does this work
    SCAR Code:
    OpenBankGlass(//Stuff here :) );
    ?

    And secondly what's the best way to type text?
    I've heard of SendKeys, SendKeysSilent, but what's the best?

    And how can I make it press enter?
    Is it the
    SCAR Code:
    chr(13)
    That you see in some scripts.

  2. #2
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    OpenBankGlass opens the bank, you call it this way:
    OpenBankGlass('thebank');
    At the bank you can put: eb veb vwb feb fwb db and a few other banks.
    The best way to type is Typesend('stufftotype');
    It will automatically press enter for you.
    And chr(13) is the enter key.
    I made a new script, check it out!.

  3. #3
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    All the OpenBank stuff is in Bank.scar, so you can look in there for more functions like that
    Hey lady, I need a yank! Ha ha, dislocation.

  4. #4
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #5
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    From SRL Manual:

    PHP Code:
    function OpenBankGlass(WhichBankStringChangeCompassChangeAngleBoolean): Boolean
    ByWizzup? and modified by Ron 
    Description
    :
         
    Opens the bank.
         
    Valid arguments are:
         
    'feb' (Falador East Bank)
         
    'fwb' (Falador West Bank)
         
    'veb' (Varrock East Bank)
         
    'vwb' (Varrock West Bank)
         
    'db'  (Draynor Bank)
         
    'akb' (Al-Kharid Bank



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Type mismatch
    By batnas in forum OSR Help
    Replies: 3
    Last Post: 04-24-2008, 06:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •