Log in

View Full Version : Help With Simba :(



der fuhrer
10-25-2012, 09:21 PM
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!

Laimonas171
10-25-2012, 09:23 PM
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

{$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

http://img33.imageshack.us/img33/2426/2254110032ba49a0b9e12d3.png

der fuhrer
10-25-2012, 10:15 PM
SRL, SPS and MSI are enabled and I updated this and my problems were all solved! Thanks a lot Laimonas171!