Main Menu

[RESOLVED][RM2KV]System Graphics: Bottom 2 rows?

Started by 11clock, July 25, 2011, 08:51:00 PM

0 Members and 1 Guest are viewing this topic.

11clock

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?

modern algebra

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...

11clock