Yes, I try to run this script, just to see if it would compile (I know i dont have a end, its short) But anyway. When i run it i get this error
Line 13: [Error] (13:1): Unknown identifier 'FindObjCustom' in script
How do i fix this?
This is my script..
program Chicken;
var
x,y: integer;
const
ChickenColor1 = 2836573;
ChickenColor2 = 8235192;
ChickenColor3 = 3502992;
begin
FindObjCustom(x, y, ['att', 'ack'], [ChickenColor1, ChickenColor2,Chickencolor3], 5);


Reply With Quote








