Results 1 to 4 of 4

Thread: deposit all except

  1. #1
    Join Date
    Dec 2011
    Location
    Texas
    Posts
    348
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default deposit all except

    I forgot the function I want to deposit everything except my first slot how would i do that again?

  2. #2
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    You mean this:
    Code:
    procedure Deposit(SlotFrom, SlotTo: Integer; vType: Variant);
    ?

    Deposits from Slot to ToSlot.
    vType True = Deposit All. vType False = Deposit one by one.
    Any integer is deposit with Deposit X. (except for 5 and 10)
    Example:
    Deposit(2, 28, True);
    ~Eerik.

  3. #3
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by Jhangir View Post
    I forgot the function I want to deposit everything except my first slot how would i do that again?
    Simba Code:
    Deposit(2, 28, True);

    Deposit from slot 2 to slot 28, using the chooseoption deposit-all.
    Hi

  4. #4
    Join Date
    Nov 2011
    Location
    Maryland
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^ Ninja'd.

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
  •