int kebabCount;
//After you get a full inventory and head to the bank.
//before you open the bank
kebabCount += getInventory().getAmount("name of item");
for walking
grab a position near the GE
WebWalkEvent toGE = new WebWalkEvent(INodeRouteFinder.createAdvanced(), new Position(0,0,0));
context.execute(toGE);
hope this helps