BasicBaskets by goodgamescript?
Simba Code:
Banktype = BANK_CHEST_CW; //Set this to the bank type you're using, this one is currently set to castle wars chest.
Camera = MM_DIRECTION_SOUTH; //This will set your compass to face south
BankPinNum = '5555'; //Self explanatory
preset = BANK_BUTTON_PRESET_1; // or BANK_BUTTON_PRESET_2 for 2. //I assume the script requires you to make a bank preset with baskets/bananas on either 1 or 2, your choice
ActionBarKey = VK_NUMPAD1; //VK_NUMPAD2 for 2 , VK_NUMPAD3 and so on. //I've never "filled baskets", but I assume you can place a basket on your action bar and the option is fill.
// so just place the basket on your action bar and type in the number you chose
BasketCost = 30; //Self explanatory - probably for progress report
ProductCost = 233 * 5; //Self explanatory - probably for progress report
SellPrice = 3500; //Self explanatory - probably for progress report
I could be wrong, I didn't look at the script and I've never done basket filling, but it looks simple enough. Should work without changing any lines, just set your guy up like he does