Log in

View Full Version : FPOpenSCSS - Unkown Identifier



ilikegrapesoda72
01-05-2007, 01:03 AM
Line23: [Error] (8249:11): unknown identifier 'FPOpenSCSS' in script...SRL/Misc/SCSS.scar

I cannot make the SRL include, I was trying to make my auto-alc script and I get shot down by this, I'm trying to figure this out but I am stumped.


"Help pl0x?"

{************************************************* ******************************
function OpenSCSS: Boolean;
By: Freddy1990
Description: Opens the SCSS client, returns False if it's already opened.
************************************************** *****************************}


function OpenSCSS: Boolean;
begin
if SCSSDebug then WriteLn('Opening SCSS');
SendInterSCARMessage('SCSSOpen', '');
SendInterSCARMessage('SCSS', '');
SendInterSCARMessage('SCSS-SCAR', 'true');
Result := FPOpenSCSS;
if Result then
repeat
Wait(100);
until (ReadInterSCARMessage('SCSSOpen') = 'true');
end;

There are the lines in which of it speaks, I have made the lines comments until someone can help me out, I hope it won't stop me scripting =S

EDIT: Having all kinds of trouble with FP in scss.scar

Dankness
01-05-2007, 01:38 AM
Close all current scar windows, reinstall SRL v3.60b Your Plugins did not install properly and it sounds like you had aopen scar window when installing.

ilikegrapesoda72
01-05-2007, 05:29 AM
Thanks, no one had a clue =S
Also I can't wait to finish with my script (Used 3.5 SRL)

Also,

I LOVE SRL <3