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.
[RESOLVED][RM2KV]System Graphics: Bottom 2 rows?

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 67
RMRK Junior
Hello, I'm using RPG Maker 2000 Value. I'm making my own system graphics, but I'd like to know what the bottom 2 rows of colors are for. I know what the first 5 boxes are for, but I don't know about the rest of the boxes. Can someone explain?
« Last Edit: July 26, 2011, 04:07:24 AM by 11clock »

*
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
It's the colour palette. The first one in the first row is the normal colour for text, the second one in the first row is the system colour (ie the colour of descriptive text like GP in the menu) and some of the others might be used for other things like low HP, though I wouldn't know as I've never used 2k. Also, you can use any of them in a regular message with the code: \c[a] where a is a number between 0 and 19 - it will change the colour of message window text to that of the corresponding square. Ie - 0 is the normal one, 1 would be the system colour, 2 would be the next one in that row, 10 would be the first one in the second row, etc...

**
Rep: +0/-0Level 67
RMRK Junior
I understand now. Thanks!