Nacoles

Veteran
Veteran
Joined
May 11, 2015
Messages
38
Reaction score
7
First Language
Korean
Primarily Uses
Question Level: Hard

How do I add/take away roll modifiers from my variables? (Gamble advantages and disadvantages)

I.E. : 1 ~ 100 roll

I need to roll over 25 to win but I need a +10 modifier to increase my chances. :p
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
37,983
Reaction score
10,551
First Language
German
Primarily Uses
RMMV
Use the mathematical operations inside the control variable command


I suggest searching for the "variables guide" tutorial to learn how to use variables
 

_Shadow_

Tech Magician Level:
Moderator
Joined
Mar 2, 2014
Messages
4,088
Reaction score
2,689
First Language
Greek
Primarily Uses
RMMZ
What @Andar told you is right, you just can not understand what he says, because you need to know first about variables and stuff.

If you PMed me to just get an answer, without trying things yourself, I assure you it will not work always. I do not reply on fundamental questions.

Of course, in this case, because it is a complex issue, I will spend time to give you a solution.

A variable guide is what I will suggest you to study too.

It is really highly suggested to learn basic stuff first, before attempting doing complex things.

I will give you a solution but if you can not understand what I say, you should learn first about how to use "Control Variables" and what you can do with it and "Conditional Branch" at least.

If you already know how to use these stuff, go on and read.

If not, read @Andar's tutorials.

Press Spoiler Show button to read the solution.

Control Variables and set two variables to 0 as seen below.

RandomNumber = 0

RandomFinal = 0

Control Variables: Set the variable named RandomNumber with a Random number from 1 To 100. So far so good.

Now let's say you got a variable named Modifier (+10 or -20 or whatever you want that has been set from before).

Now you have to control the last variable RandomFinal.

RandomFinal = add RandomNumber

RandomFinal = add Modifier

We need a random number that should stay in range 1 to 100 no matter what.

A roll of 7 with a modifier -10 will result -3 thus it will not do.

A roll of 99 with a Modifier +7 will result 106 thus it will not do either.

How can we prevent that from happening on RandomFinal variable?

Conditional Branch:

IF RandomFinal < 1 Then

RandomFinal = 1

End Conditional Branch

Conditional Branch:

IF RandomFinal > 100 Then

RandomFinal = 100

End Conditional Branch

Thus you get an algorithm that will return you a number from 1 to 100, using the modifier, without it being broken. Hopefully.

Then and only after this algorithm you can check RandomFinal if it is above 25 to win or else to lose using conditional branch.
 
Last edited by a moderator:

Shaz

Global Moderators
Global Mod
Joined
Mar 2, 2012
Messages
45,523
Reaction score
16,415
First Language
English
Primarily Uses
RMMV
I've moved this thread to VX Ace Support. Please be sure to post your threads in the correct forum next time. Thank you.
 

Latest Threads

Latest Profile Posts

Made a title screen, and by ''made'' I ofc mean I slapped a simple title on some cool art I bought xD This side project might be fun.

sIMPLE.png
CDF.png

Trying for a Classical RPG with Pokemon Elements. Capture monsters like Zombies and Harpys and use them on your team.
ow28O4A.png

Astarte in her usual demeanor: mocking people.
45% off MZ on Steam. Just in case some are like me and never check for that stuff :)
I was surprised to see a email from Safeway that my grocery have been delivered when they have not. The email was a noreply message. So enjoy the $88 of free food random person.

Forum statistics

Threads
129,872
Messages
1,205,826
Members
171,043
Latest member
Kokeshi003
Top