- 5
- Posts
- 5
- Years
- Seen Mar 29, 2020
For my game I'm using a personality test to determine your starter like the Mystery Dungeon games. I,m doing this by having the first question determine what type the starter is and the rest of the questions giving a value between 0-5 to the starters with the highest value Pokemon given to the player at the end. I was advised to use a script because it would get very messy but since I have no idea what I'm doing I found this script online but I cannot get it to work.
v = $game_variablesm = [v[26], v[27], v[28], v[29] v[30]].maxr = []r.push(26) if v[26] == mr.push(27) if v[27] == mr.push(28) if v[28] == mr.push(29) if v[29] == mr.push(30) if v[30] == m$game_variables[41] = r[rand(r.size)]
Any help would be appreciated.
v = $game_variablesm = [v[26], v[27], v[28], v[29] v[30]].maxr = []r.push(26) if v[26] == mr.push(27) if v[27] == mr.push(28) if v[28] == mr.push(29) if v[29] == mr.push(30) if v[30] == m$game_variables[41] = r[rand(r.size)]
Any help would be appreciated.