I'm having an error when running plain default script with smart.
Can anyone help me fix it?
Error:SCAR Code:Line 8: [Error] (21346:11): Duplicate identifier 'MOVEMOUSE' in script C:\Users\Rodrigues\Desktop\scarprerelease\includes\srl\srl\Misc\Smart.scar
Line:SCAR Code:procedure MoveMouse(x, y: Integer);
Above Function:SCAR Code:function IsKeyDown(C:Char): Boolean;
begin
Result := SmartIsKeyDown(ord(c));
end;



Reply With Quote







C:/Program Files/SCAR 3.22 (or if you're using the prerelease, which you should, it'd be whatever you named it instead of SCAR 3.22)/Includes/SRL/SRL/PLACE INSIDE PLUGIN FOLDER/* Put everything in the folder (meaning open the folder, and highlight all of the files by holding down the mouse in a blank spot in the folder, and dragging it so that all of the files are selected, or single clicking one, then hold ctrl (bottom left and right of your keyboard, the right one is to the left of the arrow keys), and click the rest) into C:/Program Files/SCAR 3.22 (or whatever you named it, if you're using the prerelease.. same thing as before
)/Plugins and place it inside the plugins folder. And if that doesn't work, delete the Embedded_SMART.dll in the plugins folder, and redo it all. And when it asks to replace or skip, do replace.
Hope that helped.
