SCAR Code:procedure Depositing;
begin
if not LoggedIn then Exit;
if DoWeNeedAnotherPick = True then
begin
Deposit(1, 28, 2);
PickToGet;
DoWeNeedAnotherPick := False;
Exit;
end;
this is the procedure...it says Identifier expected and the arrow moves back to procedure...whats wrong with it?
someone help...that wd be awesome...thnx,
issamawan


Reply With Quote











