First post, but I have an issue I can't seem to resolve.
I had figured out how to run the program yesterday and have downloaded/updated everything to run RS07, but I recently had a glitch in the system.
I was running this code to directly open the browser from my desktop:
Code:Program testP07; {$DEFINE SMART8} {$I SRL/SRL.Simba} {$I P07Include.Simba} //LOGIN INFO STUFF Begin SetupSRL; 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.
...and now it suddenly started loading EoC RS instead of RS07. Also, I couldn't get a couple different scripts to work prior to that.
What happened?


Reply With Quote




