I am having a problem creating a random number script on RPG Maker 2.
I would be so happy to have someone help.
The thing is like this.
I have 14 main characters I want to randomly give one of these characters as the character you begin with. I want it to be an auto event that is turned off by a flag.
See if this is right so far.
Begin with making a new var. (Random Number) and then on the script have the thing go Data. Var. [Random Number] set +1 ? +14.
Script Branch: Condition. Var. [Random Number] = 1
Party Formation change. Character. None None None
Continue that with each number.
I would be so happy to have someone help.
The thing is like this.
I have 14 main characters I want to randomly give one of these characters as the character you begin with. I want it to be an auto event that is turned off by a flag.
See if this is right so far.
Begin with making a new var. (Random Number) and then on the script have the thing go Data. Var. [Random Number] set +1 ? +14.
Script Branch: Condition. Var. [Random Number] = 1
Party Formation change. Character. None None None
Continue that with each number.



Comment