RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Typing like a table?

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 82
We learn by living...
i'm looking for a way to type so that the words can be aligned properly into two or three columns. I've been using ccoa's ums but even without it, I don't know of a simple way to get precision columns. Should I temporarily change the font to something with uniform character width (if such a font exists) or is there some alternative method?

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Courier New is a font like that.

Otherwise, I wrote something like that for my message system for VX (the tab feature) - it's not hard to do so you could look at that if you wanted and recreate it in XP. All you will need to do is make a code that changes the x value for drawing.

***
Rep:
Level 82
We learn by living...
Courier New is a font like that.

Otherwise, I wrote something like that for my message system for VX (the tab feature) - it's not hard to do so you could look at that if you wanted and recreate it in XP. All you will need to do is make a code that changes the x value for drawing.

I would definitely like to do that, though right now I'm running into a perplexing problem with using a window height of 256 (said table above) combined with Input number.

I've basically got

Code: [Select]
$game_system.window_height = 256
text: blah
text \inc (options)
text \inc (options)
text \inc (options)
Input Number: [0013], 2 digit(s)
$game_system.window_height = 128

but it pops up the (uneven) table without the input, then when the table is closed, the input box appears empty. I've seen this a lot with UMS but I've never tried using an input number with a large table before so I'm kind of stumped. Not many people are going to remember items from a giant list so following up with 'what was your choice?' is just going to make the players upset.