i keep getting this error and others like:
expecting identifier.
what do these mean??
Line 9: [Error] (16379:1): Duplicate identifier '' in script D:\Program Files\SCAR 2.03\Scripts\my scripts\My power miner (edited).scar
i keep getting this error and others like:
expecting identifier.
what do these mean??
Line 9: [Error] (16379:1): Duplicate identifier '' in script D:\Program Files\SCAR 2.03\Scripts\my scripts\My power miner (edited).scar
Duplicate identifier = You got same variable/const twice in your script.
kk thanks
Check that you didn't declare anything that's already declared in SRL. Just because it isn't declared already in your actual script doesn't mean it isn't declared in the include.
I get this same problem too, these are my variables, can you help me change them to make them work? (not my script) and im a noob at SCAR
var
setupform : TForm;
OreLabel : TLabel;
WTimeLabel : TLabel;
DebugLabel : TLabel;
PlayersButton : TButton;
StartButton : TButton;
OreBox : TComboBox;
WTimeEdit : TEdit;
YDebugButton : TRadioButton;
NDebugButton : TRadioButton;
CancelButton : TButton;
ja_vv1, What line is error line? Can you post your script here, or send it to me by privatemessage, I'll fix it.
There are currently 1 users browsing this thread. (0 members and 1 guests)