im trying to make an event in the pokemon starter kit where depending on which variable gets activated, someone will give you a pokemon that goes with that variable. i am using 12 different variables. i need some help writing it out. any help?
Here is the code im trying to use
Its basically like that, but with the rest of the starter pokemon, excluding pikachu
Here is the code im trying to use
Conditional branch: variable [0027: totodile] ==1
script: pbaddpokemon(158,5)
Else
Branch end
Conditional branch: variable [0028: Mudkipe] ==1
script: pbaddpokemon(285,5)
Else
Branch end
script: pbaddpokemon(158,5)
Else
Branch end
Conditional branch: variable [0028: Mudkipe] ==1
script: pbaddpokemon(285,5)
Else
Branch end
Its basically like that, but with the rest of the starter pokemon, excluding pikachu