I get this problem when i start my script. [Runtime Error] : Exception: Invalid encrypted string in line 223 in script
my script goes like this
help?
SCAR Code:
procedure raxe;
begin
if(FindDTM(steela, x, y, MIX1, MIY1, MIX2, MIY2)) then
begin
powers := 3
end;
if(FindDTM(bronzeb, x, y, MIX1, MIY1, MIX2, MIY2)) then
begin
powers := 1
end;
if powers < 3 then
begin
if powers < 2 then
begin
axeu := ('bronze')
end;
if powers = 2 then
begin
axeu := ('Iron')
end;
end
if powers = 3 then
begin
axeu := ('Steel')
end;
end;