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