Liberty Unleashed

Scripting => Script Help => Topic started by: sasha19323 on June 04, 2013, 04:51:36 pm

Title: [VBS] expression expected
Post by: sasha19323 on June 04, 2013, 04:51:36 pm
I've tried to add additional scripts to VBS, but one of this can't work. Error "expression expected" in this code:
Code: [Select]
print( "Loading spank system" );
dofile( SCRIPT_LOCATION + "Spank.nut" );
Script location is same with other scripts. Name is right too. What's wrong?
Title: Re: [VBS] expression expected
Post by: SugarD on June 16, 2013, 01:01:50 am
I've tried to add additional scripts to VBS, but one of this can't work. Error "expression expected" in this code:
Code: [Select]
print( "Loading spank system" );
dofile( SCRIPT_LOCATION + "Spank.nut" );
Script location is same with other scripts. Name is right too. What's wrong?
It's probably something in the script file itself, rather than the loading of it.
Title: Re: [VBS] expression expected
Post by: sasha19323 on June 16, 2013, 02:27:43 pm
Thanks, but it's already solved  ;)
Title: Re: [VBS] expression expected
Post by: SugarD on June 17, 2013, 05:16:24 am
Thanks, but it's already solved  ;)
You're welcome! :)

Problem solved. Topic locked.