Page 3 of 8
Posted: Sun Mar 26, 2006 8:00 am
by dracflamloc
Would be easier to just make a function and expose it to script called "RegisterConstant(constantname,value)"
Posted: Tue Apr 04, 2006 3:00 pm
by dracflamloc
I've found a bug. Seems that string comparisons with functions dont work... for example:
If GetMonsterName()='Evil Player'
This will evaluate to false even if GetMonsterName returns 'Evil Player'
I'm looking into this bug.
However this works:
n=GetMonsterName
If n='Evil Player'
Posted: Tue Apr 04, 2006 3:41 pm
by dracflamloc
Upon further research it seems you cant do comparisons on anything but Constant values and variables.
I'll be working to fix this soon.
Posted: Tue Apr 18, 2006 8:48 pm
by Shannara
Thank you for the update and the bug report!
Posted: Thu Apr 20, 2006 10:52 pm
by Shannara
With the update to your game released, were you able to fix this bug?
Posted: Fri Apr 21, 2006 2:52 am
by dracflamloc
Still havent had a look. should be really simple to add. Just been busy with life lately
Posted: Fri Apr 21, 2006 4:58 pm
by dracflamloc
Ok the bug is fixed. 1.02 and unmarked "Beta" since it seems to be stable.
2.0 I'll even tually get to and should be able to define custom functions, maybe structures, etc.
Posted: Fri Apr 21, 2006 7:00 pm
by Inf0Byt3
I like how things evolve with DracScript. Great work!
Posted: Fri Apr 21, 2006 7:09 pm
by Shannara
Thank you for the update.
Posted: Fri Apr 21, 2006 7:35 pm
by dracflamloc
You're welcome.

Posted: Sat Apr 22, 2006 4:30 am
by Lyon
Thank you for the update

Posted: Sun May 21, 2006 6:07 am
by thyphoon
Hello
First, Excuse me for my bad english. Second, Your Drascript is very interesting.
Where can i found the last version ?
If i Download at
http://www.dracsoft.com/zips/dracscript.zip
I have the 1.02 but no run on V4, and if i use the V4 code you give in this topic i have the 1.01 Beta.
Best regards...
Thyphoon
Posted: Sun May 21, 2006 6:56 am
by Shannara
I didnt think there were a V4 code of DracScript. I could be missing something. But how I understand it, is that DracScript is for 3.xx series, that way, it can run on all 3 platforms.
I *think*, and hope, that once PB V4 comes out on all three platforms, that DracScript will run on them.
*edit* Oh I see, I posted the V4 code. I could post the updated V4 code if you wish. And if it's ok with Drac

Posted: Sun May 21, 2006 7:35 am
by thyphoon
Shannara wrote:
*edit* Oh I see, I posted the V4 code. I could post the updated V4 code if you wish. And if it's ok with Drac

If Drac is ok i'm interesting by this updated code
Thanks :p
Posted: Sun May 21, 2006 5:01 pm
by dracflamloc
Its open source I don't really care what you do with it as long as its not misrepresented, etc
But yea I'm holding off on my official v4 version until the first linux pb4 beta is out.