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.
Simple way of showing message window in script form

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 84
It's human to misdo
Hi! I'm making an save point menu for my game and when it closes I need it to show text in a regular message box.
How do I do to get this happening?

***
Rep:
Level 82
Weeeee!
You're not being very clear so I'll guess.
Try this:
print "insert message here"

Just put that into the window that comes up when you select the "script" option for event commands. When you go into your game and interact with that event this will come up...


Sorry if that's not what you wanted.

***
Rep:
Level 84
It's human to misdo
Thanks for the answer, but you are right, that was not what i meant. I'll try to explain better.

You know the "Show text..."-button in an event.
That is what I want to show, but in script form.

And theRe is no need to be sorry... :lol:

*
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
Take a look at command_101 in Interpreter 3. That's the Show Message command. If you're not interested in Show Choices or Input Number, then just pay attention to 101 and 401