Page 5 of 8
Posted: Tue Sep 26, 2006 5:13 am
by White Eagle
[Update]
1.05 is up... This version is still 3.94 compatible.
Thank you VERY much

Posted: Mon Feb 26, 2007 2:48 pm
by dracflamloc
Hey guys, just want to say:
If the LGPL license prevents you from using DracScript in your game or application please contact me so we can work something out.
Also, I'll be working on some more features for DracScript soon, however it will be PB4-only if I do (backporting it should be easy though).
Posted: Thu Mar 22, 2007 4:16 pm
by thyphoon
hello ! A stupid question but i have a doubt !
Actually can i use "AND" and "OR" operator with "IF" keyword in Dracscript ?
Posted: Fri Mar 23, 2007 12:28 am
by dracflamloc
Nah I hadn't put them in but you can implement it easily on your own if you want, or just do nested if's
Posted: Sat Mar 24, 2007 11:51 pm
by DoubleDutch
DracScript is great, I want to use it in ReportBuilder - just trying to figure out in what way though.
It would be good if you made it standard that included files should have the extender '.dsi'.
If you do this then an application can preload all the '.ds' files for a menu selector and need not worry about including an include file by mistake.
Maybe purebasic's compilerif statements can be used to keep the source up to date with both 3.xx and 4.xx versions?
As users are supposed to write scripts, maybe a small reference on the basic commands would be good?
Posted: Sun Mar 25, 2007 2:13 pm
by DoubleDutch
dracflamloc: I've uploaded an rtf file that contains basic script user instructions, maybe you might want to include it in a new release (check it first, it may need corrections). As things get added to the base script system then it could be updated.
Maybe people could include the file in distributions - with an additional file for commands/constants they themselves have registered thru an app?
Here it is:
www.applepanic.com/downloads/rb/dracscript.rtf
Posted: Sun Mar 25, 2007 4:20 pm
by dracflamloc
Cool man, thanks!
Btw,
In theory it'd be simple to make user-definable functions, however i'd either have to make a truly working stack (which is a problem due to some quirks in pb's linkedlists) to support recursive calls or i'd have to block the ability to call recursively until I did.
Posted: Thu Mar 29, 2007 10:16 am
by DoubleDutch
I've added DracScript to ReportBuilder. I've put a note in the license text file that people should contribute to your paypal account if they use the script system.
The zip of DracScript source code is included in the package. Two docs are also included in the programs directory - the DracScript instructions and the extra ReportBuilder commands document.
Could you check to make sure I'm abiding by your license conditions?
http://www.purebasic.fr/english/viewtop ... 287#188287
-Anthony
Posted: Thu Mar 29, 2007 1:07 pm
by dracflamloc
More than enough, thanks =)
Let me know if people make use of it
Posted: Thu Mar 29, 2007 1:46 pm
by DoubleDutch
Will do.

Posted: Mon Apr 16, 2007 4:32 pm
by thyphoon
I think i found a little bug !
if you use string value and you put a point (".") dracscript try to read like a float value ....
My english is poor i hope you understand what i Say !
Best Regards
Posted: Fri Apr 27, 2007 1:25 am
by dracflamloc
been working on some fixes, not quite ready yet!
Posted: Sun Jun 24, 2007 4:48 pm
by dracflamloc
1.06 is up
Posted: Sun Jun 24, 2007 4:53 pm
by thyphoon
Great !!

Posted: Sat Jul 14, 2007 9:27 am
by JCV
Thanks for the nice script!
I will be using it on my program. Its not EnableExplicit compatible though.