Missing identifier at line 51 which is the second line of the code, 'begin'. any help would be appreciated.Code:Function Banking: begin SetAngle(SRL_ANGLE_HIGH); MakeCompass('W'); WriteIn('Banking'); OpenBankChestEdge(SRL_BANK_SW); repeat wait(randomrange(49,51)); until(BankScreen or Pinscreen); If PinScreen then InPin(Players[CurrentPlayer].Pin); Mouse(655, 224, 3, 3, false); ChooseOption('All'); Withdrawl(9, 0, 28); Wait(randomrange(400,700)); CloseBank; end;


Reply With Quote








