RPG Maker MV

RPG Maker MV

F'Tagn Jan 25, 2018 @ 12:28am
Dialogue box does not show up?
This one has REALLY stumped me, but there's probably an obvious solution that I just completely overlooked. Anyway, I have this event where a girl is dehydrated and you have a couple of options of how to help/not help her. 4 Different set of choices should come up depending on the items in your inventory. 3 of these boxes work, while one does not show up at all and the dialogue merely ends like there is nothing left in the script. Even without the item required for that dialogue to show (which I do have) there should still be a different dialogue box coming up in it's place.
Anyway, to further explain what I mean, here are pics of the code that works and what it should look like in-game:
https://imgur.com/MNJNaO1
https://imgur.com/Yxqu7Nf

https://imgur.com/IVB4kDp
https://imgur.com/neU4GA0

https://imgur.com/1WBjhVw
https://imgur.com/jGWGisI

Here is the code for the dialogue box that doesn't show up at all:
https://imgur.com/KJLCmr5

Even if the required item is not in the inventory, this box should still come up in it's place:
https://imgur.com/jGWGisI

Yet, it doesn't matter. When you have a water canteen, no box show's up at all. While if you have nothing, both a water canteen and Ale, or just Ale, it works fine. So, what am I missing here?
< >
Showing 1-3 of 3 comments
Caethyril Jan 25, 2018 @ 1:18am 
I'm not sure, but have you got "If Party has Water Canteen, else If Party has Water Canteen"? And does that "If Party has Ale" branch have an else clause?

I'm pretty sure it's an error with your branch conditions somewhere. Maybe make the event page from scratch and copy over the rest of it when you're done, or copy the event page and delete the dialogue (but not the branches) in the copy to make the structure and any mistakes clearer. =)
Last edited by Caethyril; Jan 25, 2018 @ 1:19am
F'Tagn Jan 25, 2018 @ 10:04am 
Originally posted by Caethyril:
I'm not sure, but have you got "If Party has Water Canteen, else If Party has Water Canteen"? And does that "If Party has Ale" branch have an else clause?

I'm pretty sure it's an error with your branch conditions somewhere. Maybe make the event page from scratch and copy over the rest of it when you're done, or copy the event page and delete the dialogue (but not the branches) in the copy to make the structure and any mistakes clearer. =)

Yeah, I thought it was too and, what do you know, it was! Stupid little me forgot to put an else branch for if you have the Water canteen BUT NOT the Ale in that first conditional branch. I knew it was something obivous.
Caethyril Jan 25, 2018 @ 10:16am 
Originally posted by Joshua:
Yeah, I thought it was too and, what do you know, it was! Stupid little me forgot to put an else branch for if you have the Water canteen BUT NOT the Ale in that first conditional branch. I knew it was something obivous.
This is why I always do the conditional branches first, then put in the dialogue and stuff. Too easy to make mistakes otherwise, haha. Happy RPG Making! ^_^
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Jan 25, 2018 @ 12:28am
Posts: 3