
Originally Posted by
der fuhrer
I am very new to scripting in general. I've learned a lot of the basic procedures and functions and made many scripts for flash games. However when making more complex scripts(like those for Runescape) I can't seen to get the following to work for me:
{$include srl/srl/misc/smart.simba}
{$I SRL/SRL.simba}
{$I srl/srl/misc/debug.simba}
{$I SPS/SPS.simba}
I continue to get
Exception in Script: Unable to find file 'srl/srl/misc/smart.simba' used from ''
or
Exception in Script: Unable to find file 'SRL/SRL.simba' used from ''
Also the functions like NumberofPlayers and FindObject, don't work for me
I understand that I am a noob but help on these matters would be much appreciated

Thank you!
Use this at the top of script. instead of you
Simba Code:
{$Define Smart}
{$I SRL/SRL.Simba}
Also make sure you have did update, and enabled green ones at View > Extensions DTM is not necessary but you can find it useful and update all new menu options, SRL, SPS and MSI