Page 1 of 1

Different Nameboxes for Different Characters

Posted: Sun Feb 26, 2012 6:37 am
by roankun
I'm close to giving up. I've already read Aleema's tutorial on customizing textboxes. And the documentation.

My problem is that I want the textbox/dialog box to remain the same, but I want the nameboxes to be different. I've already tried a lot, none of which have worked. Help...

Re: Different Nameboxes for Different Characters

Posted: Sun Feb 26, 2012 2:19 pm
by Camille

Code: Select all

define h = Character('Hisako-san', kind=stw, who_kerning=7, who_xoffset=47)
This is what I use for one of the characters in my VN. (whenever a character's name is too long, I change the kerning so it'll fit in the box) You can see that the prefix for changing the namebox is who_. So I'm pretty sure if you want to change the background or whatever, it'd just be who_background and so on.

Re: Different Nameboxes for Different Characters

Posted: Mon Feb 27, 2012 4:59 pm
by roankun
I'm pretty sure I already tried that before... *tries again* Yup, doesn't work. :(
Any other ideas?