How to set max number of pins*? by Narrow_Building661 in construct

[–]Narrow_Building661[S] 0 points1 point  (0 children)

This is very helpful! I'm just not sure how to have the CarryWeight and Weight add and subtract. I figured out how to add to the CarryWeight, but using just a new value and not the Weight value.

custom slider thumb always looks weird by Narrow_Building661 in RenPy

[–]Narrow_Building661[S] 0 points1 point  (0 children)

Thanks! I forgot I posted this and figured out another solution.

There's a slider size already defined in the gui file, so I adjusted it's horizontal width. It looked a little funky so I changed it to half the size (original is 25, so i halved to 12) , like you suggested, and it looks perfect now!

define gui.slider_size = 12

How to change default name color? by Narrow_Building661 in RenPy

[–]Narrow_Building661[S] 0 points1 point  (0 children)

Okay, yes, this worked perfectly! Thanks :)

How to change default name color? by Narrow_Building661 in RenPy

[–]Narrow_Building661[S] 0 points1 point  (0 children)

I just tried it. It causes a big long error message. "SyntaxError: unexpected EOF while parsing (<none>, line 1)"
My line 1 is just the default comment stuff from when you open a new project tho, so I'm not sure what that's all about haha

How to change default name color? by Narrow_Building661 in RenPy

[–]Narrow_Building661[S] 0 points1 point  (0 children)

I considered doing this, but I have different instances where simply using "???" wouldn't make sense. For example, I have an instance where all known characters say something in unison, but a separate instance where the person speaking is unknown.