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
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