Results 1 to 4 of 4

Thread: what is the withdraw function, to withdraw X

  1. #1
    Join Date
    Oct 2006
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default what is the withdraw function, to withdraw X

    ok, i want to withdraw x from the bank

    what would the function be, to withdraw x, from the top right corner of the bank, and to withdraw 26 of that item

    Withdraw(8,,), im pretty sure the 8 is for the 8th spot over in the bank, but idk how to get it to withdraw x, then type 26

  2. #2
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    SCAR Code:
    {*******************************************************************************
    procedure Withdraw(Col, Row, Amount: Integer);
    by: Odie5533/Stupid3ooo/Starblaster100 fix by Town
    Description: Withdraws Amount at Column/Row.
    *******************************************************************************}

    So if you want to withdraw 26 of something in the 8th spot (8th column, 1st row) it would be something like:

    SCAR Code:
    Withdraw(8, 1, 26);

  3. #3
    Join Date
    Oct 2006
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when you don't know where the item is in you're bank. make a dtm of the item and let it right click.

    SCAR Code:
    if chooseoption('X') then
    begin
      Wait(2000);
      TypeSend('26');
    end;

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 11-10-2008, 01:11 AM
  2. withdraw
    By RS Rebel in forum OSR Help
    Replies: 11
    Last Post: 07-28-2007, 02:47 PM
  3. Withdraw
    By EL_TYCHO in forum OSR Help
    Replies: 12
    Last Post: 06-29-2007, 10:28 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
  •