was trying to start a script up first in 07 scripts didnt work so i went to yohojo's videos on smart8 and hot to get old rs bot working. Then i started doing the test from 07 include thing with this added at the second line... {$DEFINE SMART} andthis after begin... SetupSRL; . It did not work and went to SmartParams and said..
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
Compiling failed.
Dunno what to do. and here is the entire test script
Program testP07;
{$DEFINE SMART}
{$I SRL/SRL.Simba}
{$I P07Include.Simba}
//LOGIN INFO STUFF
Procedure P07_DeclarePlayer;
Begin
P07_PlayerName:='username';
P07_PlayerPass:='password';
End;
Begin
SetupSRL;
P07_DeclarePlayer;
SetupP07Include;
ActivateClient;
Wait(2000);
If (Not P07_LoggedIn) Then
P07_LogInPlayer;
P07_MakeCameraAngleHigh;
P07_MakeCompassNorth;
Writeln(P07_GetUpText);
If P07_BankScreen Then
WriteLn('Bank is Open');
If P07_InvFull Then
WriteLn('Inventory is Full');
End.name


Reply With Quote
