• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Textbox Size and Position

PiaCRT

Orange Dev
  • 958
    Posts
    14
    Years
    Where is the textbox located in the scripting? I am trying to make the textbox only 48 pixels high:

    [PokeCommunity.com] Textbox Size and Position


    I don't think there is a way to make the font smaller, but luckily P-Sign is making a crystal font for me...

    Also, where is the textbox positioning located in the Battle System?

    Thank you (and sorry for all the questions!),
    Pia Carrot~
     
    hmm.. try to find "def pbRepositionMessageWindow(msgwindow, linecount=2)" in the script page called "PokemonMessages".. it's about line 1212 ;D
    Change "msgwindow.height" and "msgwindow.y" :D

    Sorry for the bad inglesh.. I'm italian ^^'
     
    Thank you! It worked. However, it only shows one line of text now, and I want it to have 2 lines. Perhaps if I mess with the windowskin size it will work.
     
    hmm.. try modifing the "def pbSetSystemFont(bitmap)" in the page "SpriteWindow" (about line 1254 ;D)

    Yeah, it does get smaller, but it still is only displaying 1 line, no matter how small I make the font :/
     
    Yeah, it does get smaller, but it still is only displaying 1 line, no matter how small I make the font :/

    Bump. Anyone know how to position where the text starts and force it to display 2 lines?
     
    Back
    Top