PDA

View Full Version : Exception in Script: Unknown declaration "P07_PlayerName" at line 13, column 3



rsbots2013
02-01-2014, 08:32 PM
How can I make the error go away?


Program AutoCurser;

//{$DEFINE SMART8}
//{$I SRL-6/SRL.simba}
{$i SRL-OSR/srl.simba}

var
x, y, MonkColor1, MonkColor2, MonkColor3, MonkColor4, MonkColor5 : integer;

//LOGIN INFO STUFF
Procedure P07_DeclarePlayer;
begin
P07_PlayerName :='username';
P07_PlayerPass :='password';
end;



Begin
//SetupSRL;
P07_DeclarePlayer;
SetupP07Include;
end.

Thank you in advance.

Sjoe
02-01-2014, 08:38 PM
Which script are u using? cause it's outdated

rsbots2013
02-01-2014, 08:39 PM
1 I'm trying to make. I'm really lost on what includes to use. I dont know what the newest are.
What includes should I be using for 07 and rs3? Links to where to download would be helpful.

Sjoe
02-01-2014, 08:43 PM
1 I'm trying to make. I'm really lost on what includes to use. I dont know what the newest are.
What includes should I be using for 07 and rs3? Links to where to download would be helpful.

yeah there are too many sections on this forum: http://villavu.com/forum/showthread.php?t=107436

rsbots2013
02-01-2014, 08:46 PM
Thank you. I will try to get it working now :)

rsbots2013
02-01-2014, 08:56 PM
I'm getting the error

Unknown identifier 'P07_PlayerName' at line 14

Is P07 still used in scripts. Whenever I have P07 in my script it gives this error. Not just for "P07_PlayerName"

Unfold
02-01-2014, 09:01 PM
Nobody uses P07 anymore its completely outdated.

That script is outdated probably and you should look for a new one using OSRS-srl , or just make one.
or ask me to make you one :P

rsbots2013
02-01-2014, 09:04 PM
I finally got a working RS07 script. no Errors at least. good start.

Now to working on getting a RS3 script working. :p