Wider Buttons (1 Viewer)

German Prince

Content Creator
Modder
Writer
Editor
Joined
Jun 24, 2016
Greetings,

in my dialogues I always using buttons, but some of my button names are too long for the default buttons.
I saw wide buttons in the dialogue of WeeWillie's dialouges.

I found the commands but I cant get those to work.
Commands:
convbuttonN:"[buttonN_*currentMenu*_INSTANT]" {"style":"Him"}
{"set":{"ww.buttonNname":"very long button text"}}
[WW_BUTTONALL_CLEAR]
WW might be a prefix for WeeWillie but I don't really know.
If this topic is anywhere previously discussed, pls link me this thread.
Otherwise I loved to know how I get those wide buttons to work.

Appreciated,
Me
 

German Prince

Content Creator
Modder
Writer
Editor
Joined
Jun 24, 2016
Greetings,

just beeing curious, is there no one who knows how to get those to work?
WeeWillie said you have to load the WeeWillieMod in addition to the DialogueActions, but even that does not work.

Would really appreciate help or at least an answer.


Best regards,
Me
 

The Hacker Known As Snow

Admin
Content Creator
Joined
Aug 30, 2012
Would really appreciate help or at least an answer.
Try something like this

Code:
all:"CLEAR"

start:"Hello world[WW_BUTTONALL_CLEAR][BUTTONALL_CLEAR][p1]"{"style":"Thought"}
p1:"Testing..[WW_BUTTONALL_ON][BUTTONALL_ON]"{"style":"Thought", "set":{"ww.button6.name":"This line is very long","da.button4.name":"short btn"}}

- BUTTONS
button1:"[button1_INSTANT]"{"style":"Thought"}
button2:"[button2_INSTANT]"{"style":"Thought"}
button3:"[button3_INSTANT]"{"style":"Thought"}
button4:"[button4_INSTANT]"{"style":"Thought"}
button5:"[button5_INSTANT]"{"style":"Thought"}
button6:"[button6_INSTANT]"{"style":"Thought"}
button7:"[button7_INSTANT]"{"style":"Thought"}
button8:"[button8_INSTANT]"{"style":"Thought"}
button9:"[button9_INSTANT]"{"style":"Thought"}
button10:"[button10_INSTANT]"{"style":"Thought"}

convbutton1:"[button1_INSTANT]"{"style":"Thought"}
convbutton2:"[button2_INSTANT]"{"style":"Thought"}
convbutton3:"[button3_INSTANT]"{"style":"Thought"}
convbutton4:"[button4_INSTANT]"{"style":"Thought"}
convbutton5:"[button5_INSTANT]"{"style":"Thought"}
convbutton6:"[button6_INSTANT]"{"style":"Thought"}
convbutton7:"[button7_INSTANT]"{"style":"Thought"}
convbutton8:"[button8_INSTANT]"{"style":"Thought"}
convbutton9:"[button9_INSTANT]"{"style":"Thought"}
convbutton10:"[button10_INSTANT]"{"style":"Thought"}

button1_INSTANT:"Test Complete"{"style":"Thought"}
button2_INSTANT:"Test Complete"{"style":"Thought"}
button3_INSTANT:"Test Complete"{"style":"Thought"}
button4_INSTANT:"Test Complete"{"style":"Thought"}
button5_INSTANT:"Test Complete"{"style":"Thought"}
button6_INSTANT:"Test Complete"{"style":"Thought"}
button7_INSTANT:"Test Complete"{"style":"Thought"}
button8_INSTANT:"Test Complete"{"style":"Thought"}
button9_INSTANT:"Test Complete"{"style":"Thought"}
button10_INSTANT:"Test Complete"{"style":"Thought"}

use ww.button# for weewillie's long buttons and da.button# for dialogactions normal size buttons, the code above show that you can mix and match them.

convbutton# is required to capture ww buttons, they just point to the same destination as regular buttons

you can also use other styles, I use "thought" to make sure the line triggers no matter what, but other styles like ones from dialogue display edit also work
 

German Prince

Content Creator
Modder
Writer
Editor
Joined
Jun 24, 2016
Well, I feel like very dumb right now.

I tried it a year ago and even yesterday before asking for some help agian.

I guess I just had some syntax errors...
Turns out using [WW_BUTTONx_ON] no button is displayed at all, only when using [WW_BUTTONALL_ON].
However these buttons now trigger properly.

Btw, I use "him" so the line triggers even if she passed out.

Thanks for your help and fast reply.

Best regards,
Me
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.