RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[REQUEST] help please

Started by yuile, March 09, 2008, 12:49:52 AM

0 Members and 1 Guest are viewing this topic.

yuile

Can anyone help me with this problem?
can anyone tell me how to coding/scripting the menu and wallet system?
or make a coding/scripting for me?

1-   I wanted to make an item called wallet so that if you pressed the item it would show how much momey you have.


2-   how to make main menu like this in the picture?


3-   How to make status menu like this in the picture?



I hope I post into the right place if not I am really sorry because is so confusing where to put this topic.

modern algebra

For the first request - that can be done by events very easily. Make a common event and have the item, wallet call that common event. In the common event, put this:


@> Control Variables: [XXX: Gold] = Gold
@> Text: \gYou have \v[XXX] Gold in your wallet!


For the other two, both of those are very simple. If you look around you will probably find a faces in menu script, and the status screen is a simple matter of drawing the battler before the text. Both are very easy, but I don't have time right now. Remind me if nobody takes those requests.

yuile

1-   thank you very much for the wallet system i am so happy ^^