-
Hheelllppp!!
i keep trying to run this script:
program new;
{$i srl/srl/misc/smart.scar}
{$i srl/srl.scar}
{$i reflection/reflection.simba}
begin
SetupSRL;
SetupReflectionEx(False);
end.
and i get this message:
Error: (1; 9): E030: 'Identifier' expected, 'New' found instead
Error: E030: 'Identifier' expected, 'New' found instead at line 1
Compiling failed.
the person that created it directed me to this thread topic to see if someone could help me.
-
Its not a scripting error, try reinstalling the srl includes and if that doesn't work try reinstalling simba.
Edit: ^Thats assuming you tried to compile on simba(which I think you are doing).
-
That script appears to be designed to work on Simba (it compiles fine on Simba for me). I will assume you're running SCAR or some other program to try to run that code?
-
i determined what the problem was, the settings were set to interpret in RUTIS when it didnt work and after changing it to PascalScript it worked just fine.