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.
How to display a variable value onscreen? RM 2003(RESOLVED)

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 87
Language Teacher/translator
I want to make my own kind of menu and i was planning on using variable for all the new stats that i will use in my game (That are not the basic str,def etc.)

EX:

New skill : 1
New skill2: 19
New skill10: 128

My plan was to have a key imput processing (that i still need to find out more on how to use it correctly) than pressing a specific button will bring us the new skills menu(as the regular button will still be for the basic EXP,item, status etc. menu)

Basicaly by pressing this new button, a menu(picture i guess) will pop up on the screen and will show the player is skill level. These level will of course change after using these skill a certain number of time whitch will raise the # but how can i display these Levels(whitch i think sould be variable that will have a new value added to them each time a requirement is reached)???

PS: I'm using RM2003

Thanks in advance for any help!

Elistios


« Last Edit: February 25, 2007, 04:58:39 PM by Elistios »

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
I think it's \v[n], where n is the variable you wish to be shown. If not, it'll be in the help folder for message.

**
Rep:
Level 87
Language Teacher/translator
Thanks !

if you have a link to all the Message code avaialable it would really help me out!

THanks!

********
Hungry
Rep:
Level 96
Mawbeast
2013 Best ArtistParticipant - GIAW 11Secret Santa 2013 ParticipantFor the great victory in the Breakfast War.2012 Best Game Creator (Non-RM Programs)~Bronze - GIAW 9Project of the Month winner for December 2009Project of the Month winner for August 20082011 Best Game Creator (Non RM)Gold - GIAW Halloween
also, if you want to mess with them, press F9 to enter the debug menu (I think.)

FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: Bandcamp | Twitter | Patreon

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
In the Help folder, use the index and search for message. That should tell you everything you need to know. :)

**
Rep:
Level 87
Language Teacher/translator
Should have think about this ^-^ the Help menu is always there to save our ass ^-^ great i have find mostly what i was needed to keep me busy for a while :) still trying to find a way to do change Hero name feature so if you got any clue ^-^ v

Thanks for the support!

Elistios

********
Hungry
Rep:
Level 96
Mawbeast
2013 Best ArtistParticipant - GIAW 11Secret Santa 2013 ParticipantFor the great victory in the Breakfast War.2012 Best Game Creator (Non-RM Programs)~Bronze - GIAW 9Project of the Month winner for December 2009Project of the Month winner for August 20082011 Best Game Creator (Non RM)Gold - GIAW Halloween
event-Input Hero Name
done.

FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: Bandcamp | Twitter | Patreon

**
Rep:
Level 87
Language Teacher/translator