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.
[RESOLVED] 2 EVENTS

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
when i made two events on one event square the graphic and the messages came up in the second layer why did this happen? ???
« Last Edit: April 26, 2007, 04:18:12 PM by Zeriab »
You think so?

*
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
Your question is not so clear, but I am assuming that you made a single event with two pages?

If this is the case, then it will, by default, show the second page because RMXP essentially reads from right to left. It will always run the pages that are higher numbered if it's conditions are met. In other words, if you have 5 pages, where 1, 3, 4 have their conditions met, it will run 4. The way to avoid this is to place a condition on the second page that is NOT met when you first activate the event.

***
Rep:
Level 87
BUT IT WILL NOT SHOW THE FIRST EVENT  :o
You think so?

*
A Random Custom Title
Rep:
Level 96
wah
Well, set the second page to a condition and then try that out.

***
Rep:
Level 87
Do you mean conditional branch i dont know how do use that :'(
You think so?

*
A Random Custom Title
Rep:
Level 96
wah
No. On the left side, there are places. You need switches. Learn how to work with those. Sorry I can't teach you because... I'm just retarded.

*
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
Zeriab's signature will direct you to a great tutorial on switches. And, you should learn how to use conditional branches, as they are possibly the most important event command alongside I'd say, Show Message, Control Switch, Control Variable, and Teleport. I wrote something up on them in my Event Commands Tutorial. I'd suggest you check it out, though it is still incomplete.

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind

***
Rep:
Level 87
Zeriab what is a local switch and a precondition?
You think so?

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
local switch
A local switch is local to the event itself in the sense that you can't check which local switches a certain event have in another event.
There are 4 local switches you can turn on and off on each event. A, B, C, D

pre-condition
before-condition.

In this case it is a condition that must be met be before the event page is evaluated.
If the condition is not met then the page will not be considered.

Remember that the highest valid page is the one being processed.

***
Rep:
Level 87
You think so?

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
I assume this means the problem is resolved.
Correct me if I am wrong ^_^