Ok... tried to run one of my first SRL scripts, getting the following error.
It's probably an error on my part though, because CompileSRL.scar works like a charm. I believe I'm missing a couple of required include files... here's the list of files I've included:Code:Line 16: [Error] (16043:10): Duplicate identifier 'TIMERUNNING' in script C:\Program Files\SCAR 3.15\includes\SRL\SRL\core\Timing.scar
SCAR Code:{.include SRL\SRL.scar}
{.include SRL\SRL\core\Timing.scar}
{.include SRL\SRL\core\Login.scar}
{.include SRL\SRL\core\Players.scar}
{.include SRL\SRL\core\Globals.scar}
{.include SRL\SRL\misc\Users.scar}
Help... PLEASE???
EDIT: Oh, forgot to say that of course I do NOT have a variable or constant or procedure or function (short: ANY identifier) called TIMERUNNING in my script.





Reply With Quote



