WORD WRAPPING

Posts

Pages: 1
Hi everyone. I just joined and this is my first script request for VX.

I'm looking for a script that allows word wrapping/paragraph formatting. Changing the vocab to my custom terms has resulted in either the phrases being cut off by the text box or them being squeezed into one line because of a pixel limit.

Is there a script out there that can automatically or let me manually cut a string to continue on to the next line of the text box?

Thanks!
Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
Marrend
Guardian of the Description Thread
21806
For a moment, I thought this thread title said "world wrapping". Which is something completely different.
Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
Silly Marrend.
I thought the same thing ._. And my first reponse-thought was "Really? Really?!"
this is fantastic! already working with it.

first question I've come up with though:

there is a section that allows me to change the default position of the textbox, but how do I change the size of the text box?

EDIT:
Sorry. Got ahead of myself. I figured it out.

But question #2, is there a way to turn off the sound text during battle?
Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
There should be a setting to do that in the script. Look through the commands list in the comments.
Not finding it. Which command is it?

And another question, why is it not wrapping the battle messages for damaged received or given?
Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
To turn off the per-letter sound, use this in a script call:

$game_ats.letter_sound = false
$game_message.letter_sound = false

Then to re-enable the sound set them back to true.

As for wrapping in battle, I'm not sure. You'd have to ask modern algebra about that.
great, thanks.

is modern algebra a member here? I noticed that post was on a different site.
Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
I don't think he is, I've only seen him post on rmrk.
LockeZ
I'd really like to get rid of LockeZ. His play style is way too unpredictable. He's always like this too. If he ran a country, he'd just kill and imprison people at random until crime stopped.
5958
author=Marrend
For a moment, I thought this thread title said "world wrapping". Which is something completely different.

East of the capital, I'm placin' these plains
The river winds through them, the Capital Main
Don't have river tiles so I make it out of ocean, but I've got a notion it'll end up the same

Yo, VX and Ace, what's with the sand borders, bitches?
Between tundra and grass? That's no place for beaches
The square tiles everywhere are drivin' me crazy
But I'll still use these tilesets cause I'm too damn lazy

Mountain range, place a mountain range
Mountain range, another mountain range



Wait no, that's something completely different.
ugh this is really bothering me.

The ATS works post battle for the EX and Gold, but not during the actual battle. Does anyone know how I might fix this?
Pages: 1