- 151
- Posts
- 6
- Years
- Seen Feb 4, 2020
Dear fangame makers,
I'm a highschool teacher and I've been working on an educational project using these awesome tools which are RPGMaker and Pokemon Essentials.
I have a question on the onwildpokemoncreate script. My idea is "if a switch is on" display a message then give a choice. If choice is good then modify the created pokemon.
I tried to use pbDisplay but had many errors (probably because i don't know what word i should add before, like scene.pbDisplay or ???) I managed to do something using "print" but it's really ugly and I don't know which script is adding a choice and how to store the result in a variable.
Additional question if someone is too kind :)
it's about arrays. where should i define arrays so i can use them in the function above. My idea is to create an array looking like this: (question, choice1,choice2,choice3,choice4,answer). Then other arrays which are containing a series of questions and answers. I would then call a random number on each wild poke creation which would display a message with a question and then a choice and if the answers is good the poke would be modified (better IV for example)
Thank you so much for my poor brain and my pupils who will have videogame-homeworks from now on!
I'm a highschool teacher and I've been working on an educational project using these awesome tools which are RPGMaker and Pokemon Essentials.
I have a question on the onwildpokemoncreate script. My idea is "if a switch is on" display a message then give a choice. If choice is good then modify the created pokemon.
I tried to use pbDisplay but had many errors (probably because i don't know what word i should add before, like scene.pbDisplay or ???) I managed to do something using "print" but it's really ugly and I don't know which script is adding a choice and how to store the result in a variable.
Additional question if someone is too kind :)
it's about arrays. where should i define arrays so i can use them in the function above. My idea is to create an array looking like this: (question, choice1,choice2,choice3,choice4,answer). Then other arrays which are containing a series of questions and answers. I would then call a random number on each wild poke creation which would display a message with a question and then a choice and if the answers is good the poke would be modified (better IV for example)
Thank you so much for my poor brain and my pupils who will have videogame-homeworks from now on!