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.
[REQUEST] help please

0 Members and 2 Guests are viewing this topic.

**
Rep: +0/-0Level 86
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.

*
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
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:

Code: [Select]
@> 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.

**
Rep: +0/-0Level 86
1-   thank you very much for the wallet system i am so happy ^^