The dButton command creates a dialogue box with four
buttons regardless of how many are defined. Taking the
following example:
dINIT "Roll again?"
dBUTTONS "No",%N,"Yes",%Y
UNTIL DIALOG<>%y
Results in a dialogue box with four buttons (One with
Yes, One with No and two blank)
Text can be added to the other two boxes by adding
additional definitions such as:
dBUTTONS "No",%N,"Yes",%Y, "Maybe",%M,"Dunno",%D
but there appears to be no way to reduce the number of
boxes
Logged In: YES
user_id=719915
Fixed by Phil Spencers changes, to be released as v0.53
Logged In: YES
user_id=719915
Released in v1.54.