procedure banking;
begin
PerfectNorth2;
OpenBank3;
DepositAll;
loads:= loads + 1
FixBank;
Withdraw(2, 1, 0);
wait(500);
CloseBank;
end;
How could i get this to get flax in the first bank slot?
procedure banking;
begin
PerfectNorth2;
OpenBank3;
DepositAll;
loads:= loads + 1
FixBank;
Withdraw(2, 1, 0);
wait(500);
CloseBank;
end;
How could i get this to get flax in the first bank slot?
This should work:
SCAR Code:procedure banking;
begin
PerfectNorth2;
OpenBank3;
DepositAll;
loads:= loads + 1
FixBank;
Withdraw(1, 1, 28);
wait(500);
CloseBank;
end;
Make sure you put the items in the first slot, in the first place in you're bank. So the top left corner.
Hope that helpedAlso next time, use scar tags please and fix you're standards please
-Ashur![]()
Exam period.
Thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)