The Dink Network

Reply to Re: Updated File: GNU FreeDink

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 10th 2014, 12:28 PM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Okay, I've been playing around with this some more and it's not entirely bug-free yet.

I found that freedink (at least the 64-bit version) has trouble with choice menu's. If you include any comment's line the choice menu will skip. For example this will work:

choice_start()
"Option 1"
"Option 2"
choice_end()


But this will not:

choice_start()
//Here we see what options we have:
"Option 1"
"Option 2"
choice_end()


In Dink v1.08 the second snippet will work just fine.

On the other hand I must say that freedink works nice and smooth on my system while v1.08 looks quite jirky. What an improvement that makes to the feel...

EDIT: Also, one of my scripts failed because in v1.08 if you ask for Dink's coordinates you get Dink's coordinates on the previous screen. Apparently you do get the values for the new screen on freedink. Teaches me to do a wait(1) before checking positions. Just something to be aware off... It's more of a bug in v1.08 than one in freedink I suppose.