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.
newb question

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 87
im prolly gonna be called a newb and the answer will prolly be very simple but anyways how do i make it so when i say yes to a npc's question he wont ask it again? and also how do i make it so that the npc will give me something like gold after i kill something on a dif map?
« Last Edit: March 15, 2007, 12:11:38 PM by Hauko »

***
Rep:
Level 88
Quote
im prolly gonna be called a newb and the answer will prolly be very simple but anyways how do i make it so when i say yes to a npc's question he wont ask it again?

Noob :P j/k  alright lets see here how to make it so an npc won't ask again

Switches are nice....
or varibles...make a new page to with a precondition with a switch (or what ever you use to make the condition true)

and make sure at the end of your "yes" it has something to compleat that precondtion.

Switch 1 : he said yes  for example
varible 0001: he said yes set to 1

its all up to you. Have fun ^_^
Project
New project. The other dimention DND
RPG makers challenge http://rmrk.net/index.php/topic,13503.0.html

**
Rep: +0/-0Level 87
Quote
im prolly gonna be called a newb and the answer will prolly be very simple but anyways how do i make it so when i say yes to a npc's question he wont ask it again?

Noob :P j/k  alright lets see here how to make it so an npc won't ask again

Switches are nice....
or varibles...make a new page to with a precondition with a switch (or what ever you use to make the condition true)

and make sure at the end of your "yes" it has something to compleat that precondtion.

Switch 1 : he said yes  for example
varible 0001: he said yes set to 1

its all up to you. Have fun ^_^

is it possible you could simplify that lol

***
Rep:
Level 88
event name : man   
PAGE 1
perconditions (none)

Message: blah blah balh
choice yes /  no
yes handle:
message: go over to the hills
         and talk to mr. humpfree
switch 0001: talked to him - ON
no handle
message: what ever

Page 2
precondtions:
switch 0001  on

message: well what are you waiting for go see mr. humpfree



((thats a basic of it, what maker are you using there bud? 2000 ? 2003 ? XP ?
Project
New project. The other dimention DND
RPG makers challenge http://rmrk.net/index.php/topic,13503.0.html

**
Rep: +0/-0Level 87
im using xp im trying to make it so he dosent say something twice so cause when i say yes he gives me an item and i dont want people just saying yes a ton of time to get a bunch of that item
« Last Edit: March 15, 2007, 12:27:42 PM by Hauko »

***
Rep:
Level 88
do you understand what I said in my last post? or do I need to elaberate?
Project
New project. The other dimention DND
RPG makers challenge http://rmrk.net/index.php/topic,13503.0.html

**
Rep: +0/-0Level 87
i understood its just not working i dont unerstand the
"Page 2
precondtions:
switch 0001  on" though

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Biggest Drama Whore2013 Zero to HeroParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
&&&&&&&&&&&&&&&&

***
Rep:
Level 88
at the top of your event you will see "new page" if you click on that you will get page 2  Its like yoru event page oen (defult) but it will have a different reaction to the triggers depending how you set it.  one the top left coner you will see 2 boxes and beside it Switch click one and then select the switch you selected on page one

This means whey you talk to them again page 2 will be active becasue switch one is on
Project
New project. The other dimention DND
RPG makers challenge http://rmrk.net/index.php/topic,13503.0.html