[Help] Gold Donation Event

● ARCHIVED · READ-ONLY
Started by InkyTheSquid 5 posts View original ↗
  1. Hi everyone. I'm pretty new to RPGM VXA but having had experience with past RPGMs I haven't really had a problem with events til now.

    I'm trying to create an event where an NPC asks you to donate X amount of money to them. I thought it would be pretty simple and I have gotten the entire event to work with only 1 issue I can't seem to resolve: Even if I don't have the correct amount of money in my inventory, the event still executes as if I had donated the required amount of gold. Basically I'm looking for a way to make an event that checks my current gold and if I have enough allows the donation to go through, otherwise it would give me a negative response and end that branch of the event.

    If anyone knows how to do this I would really appreciate some tips, thanks in advance!
  2. Conditional branch: if the player has <X gold: 'end event' or 'event failure' text.
  3. I have beginner video tutorials in my signature, and cover a lot of stuff like this.
  4. Thanks a lot, to both of you. I just started this project yesterday and I'm hoping I actually get around to finishing it so I'm real grateful for the help. Took a little while to get all the bugs worked out of that event but I finally got it to do what I want
  5. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.