Original Source
- Original title: Choose only one of three items?
- Original author: black cat
- Original date: July 16, 2013
- Source thread: https://forums.rpgmakerweb.com/threads/choose-only-one-of-three-items.15408/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker VXAce Support
Summary
Hello! I'm a total newbie at this, but I've been able to figure most things out. The thing I'm really stuck with is an event where the player must choose item A, B, or C and only one. Example: The player picks item A. When they approach item B, I want it to say "You already have A. I cannot give you anything else." But I also want this dialogue to happen for A and C (if A is in the inventory). I've done this by having a conditional branch...
Archived First Post
The thing I'm really stuck with is an event where the player must choose item A, B, or C and only one.
Example: The player picks item A. When they approach item B, I want it to say "You already have A. I cannot give you anything else." But I also want this dialogue to happen for A and C (if A is in the inventory).
I've done this by having a conditional branch (player facing up) with three branches inside it (A in inventory - else, give item A, B in inventory - else, give item A, C in inventory - else, give item A).
Protected download
I've also tried it by having the branches swapped, but I don't think I can explain it.
Protected download
My problem is that if the player chooses item A, for example, the "You already have A. I cannot give you anything else." dialogue doesn't show up unless the top conditional branch is for already having item A. Otherwise, it lets you take multiples of A, B, and C.
Sorry, I know that was probably really confusing, but I tried to make it simpler by using A, B, and C. ;~;
I appreciate any advice you can give me!
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...

