How to Randomize Anything in RPG Maker

Тәжірибелік нұсқаулар және стиль

Random conversations, random item drops, omg liek I'm so random

Пікірлер: 4

  • @DSX001USER
    @DSX001USER4 ай бұрын

    excelent, is there a way to make the randomize a little more detailed, like adding some % to the chance of success?

  • @johnmoeng

    @johnmoeng

    2 ай бұрын

    Add a fork condition variable for $10 million by making it so the random variable needs to land between 1-10. Then second prize is 11-30, third is 31-60, and the common prize is 61-100. That's roughly a 10, 20, 30 and 40% chance for each outcome, respectively. The number ranges can be checked by putting two conditions into a single fork condition. For example, fork condition: gamble chance is greater than or equal to 1, then inside that fork condition, less than or equal to 10. Just remember to put the else case in the first fork, and not the second, unless you are either willing to deal with the confusion or you're making lots of comments within your code to prevent it down the line.

  • @JamesGalloway27

    @JamesGalloway27

    13 күн бұрын

    @@johnmoeng nice! thank you so much. working slot machines add authentic atmosphere to my creepy little bodegas. i can multiply them and tweak these variables to make each one different. you're a great teacher. thanks again

  • @hylbertvonmayhem6562
    @hylbertvonmayhem65627 ай бұрын

    👍

Келесі