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.
Event/Quest help!

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 86
Hello, as ou see iam new here!  ;D id like to ask you, how to make an NPC give you for example 5 golds for only one time, and if you could, give me some instructions on how to make a quest ( setting the NPC to say smt for one time till the end of the quest etc.....) Thnx!!!

*
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
This excellent tutorial should answer your question: http://rmrk.net/index.php/topic,762.0.html. You'll be looking at switches, self-switches, and variables

**
Rep: +0/-0Level 86
This excellent tutorial should answer your question: http://rmrk.net/index.php/topic,762.0.html. You'll be looking at switches, self-switches, and variables
Tnx for this tutorial, is awesome! but still, i could realise how to make the NPC to give an item only once :( (btw  the tut was sooooo HUGE :P) could you just tell me what event to use?

**
Rep:
Level 87
Create 2 event pages, have them both have the same NPC graphic you want them to use.

On the first page, put the 'Give Item' event, and maybe some text showing that the guy gave the item to you. At the end of this all, put the event 'Control Self Switch' and set it so Self Switch 'A' is put into the on position.

On the second page, in the conditions, put Self Switch A on (since this is the second page, it will have priority over the first page, and the first page will not be displayed again). As well, put something like the NPC getting angry for you asking for more. I tested it, and it should work.

Note: You could also use a switch or a variable, but by using a Self Switch, you prevent the off chance that somehow you'll use up all your switches and variables.