Page 1 of 1

Random Number During Conversation

Posted: Sun Mar 12, 2023 9:28 am
by RoguePimptastic
I want to add a little more chance to a conversation. My thought is to have what RPG Maker calls Common Events. I'm just trying to figure out the best way to make it happen.

The example I'll use is that you are trying to get a warrior to join your party. You have a couple of different options. You can try to pay them as a mercenary, or you can try to play off their altruism. If you pay them, they give you a price, and if you pay it they join. To convince them to join because it's the right thing to do, you basically roll a random number against a variable we'll call charisma. So my thought is that I'd like to have another conversation fire that I'd title Charisma Roll. It would create a random number, add that number to the Charisma variable, then return this number back to the recruitment conversation. This number would be used for a condition to see if the warrior joins your party, or if they deny you.

What would be the best way to make something like this happen?

Re: Random Number During Conversation

Posted: Sun Mar 12, 2023 9:33 am
by Tony Li

Re: Random Number During Conversation

Posted: Sun Mar 12, 2023 9:35 am
by RoguePimptastic
Awesome, thank you.

Re: Random Number During Conversation

Posted: Sun Mar 12, 2023 9:41 am
by Tony Li
Glad to help! If you have any questions about the HOWTO, please let me know.