I am trying to write my own script and cant figure out the right interface for the includes.
I followed Coh3n's guide "how to install/setup Simba for RS3" -Setting up in-game graphics and interfaces.
Test i did having bank open.
Code:program test; {$DEFINE SMART} // Always have this to load smart {$I SRL-6/SRL.simba} // To load the SRL include files {$I SPS/lib/SPS-RS3.Simba} // To load the SPS include files begin clearDebug(); setupSRL(); if bankScreen.isOpen() then writeln('The banks is open! Lets start banking items!'); end.Code:---- Client is ready. ---- Setup SRL in 0 Seconds -- setupSRL(): True -- Succesfully freed SMART[9200] Successfully executed.
Are there other things that affect this result like brightness?


Reply With Quote