I seem to be having a problem while making my this script... I have only just started and this is just the basic basic basic stuff... The problem is part of this procedure, but I don't see what it is.
SCAR Code:procedure BankToMine;
var GuildLadder: string;
var acc: extended;
LoadBitmap:(GuildLadder);
FindDeformedBitmapToleranceIn(GuildLadder,x,y,0,0,1000,800,50,50,true,acc)
end.
And it returns with the error message: Line 7: [Error] (17668:1): Duplicate identifier 'FindDeformedBitmapToleranceIn' in script.
Can anyone help?







Reply With Quote





