The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: yuile on March 09, 2008, 12:49:52 AM

Title: [REQUEST] help please
Post by: yuile on March 09, 2008, 12:49:52 AM
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.
Title: Re: [REQUEST] help please
Post by: modern algebra on March 09, 2008, 01:43:52 AM
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.
Title: Re: [REQUEST] help please
Post by: yuile on March 09, 2008, 05:33:56 AM
1-   thank you very much for the wallet system i am so happy ^^