SCAR Code:Function MonsterClick: Boolean;
begin
for i := 1 to 4 do
begin
CastOn(Spell, MonsterName, MColours, 15)
if InChatMulti('Text1', 'Text2', 'Text3') then
begin
Result = True;
break;
end else
begin
Result = False;
FTWait(12);
end;
end;
end;
i is an integer, and Text1-3 actually has other text there, but I get this error:
SCAR Code:Failed when compiling
Line 87: [Error] (18605:1): Type mismatch in script



Reply With Quote













