Results 1 to 3 of 3

Thread: Banking

  1. #1
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default Banking

    Having trouble phrasing this question:

    Simba Code:
    Withdraw(0, 0, 28);

    I know this is the 1st item slot in the bank

    Simba Code:
    Withdraw(10, 0, 28);

    When I do this, I get one spot south of the first one I mentioned, above ^

    Simba Code:
    Withdraw(0, 0, 28);
    ?????

    What do I do for the red box as seen in this image??
    EDIT: I found out after like 100 tests >.< !!
    (sorry, I became anxious so I posted this, but I found out it is
    Simba Code:
    Withdraw(9, 0, 28);
    , it's just weird because I thought it would be the 10th not 9th.)


    Edit 2 : If a mod views, can be trashed/locked/whatevers! :>
    Last edited by Le Jingle; 03-04-2012 at 05:55 AM.

  2. #2
    Join Date
    Jan 2012
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    0,0 is the first slot,
    therefor the 10th slot will be 9


    just follow (x, y) wheere 0, 0 is the origin

    another useful thing is if u wanted to changed tabs use
    BankTab(tab); where you can either just change tab to a number or set it up with declare players
    I.e tab = 5;

    keep on learning !

  3. #3
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Also, if you're withdrawing 28, then just use 0, and then it will withdraw using the Withdraw-all option.
    I'm back

Thread Information

Users Browsing this Thread

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

Posting Permissions

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