Is there a Catch statement in the SCAR scripting language? I know that you could just do something like:
SCAR Code:if [condition] then
begin
//do nothing if it's true
end else
begin
Writeln('Condition was false!');
exit;
end;
end;
But it would be easier and cleaner with a Catch...
-Macros


Reply With Quote





