- Joined
- Aug 2, 2018
- Posts
- 1
Are you able to have an event pokemon be in a certain form? I wanted to do something like Armored Mewtwo, but I haven't found a way to have him spawn.
Events.onWildPokemonCreate+=proc {|
sender,e|
pokemon=e[0]
if $game_switches[32]
pokemon.pbLearnMove(:CONFUSION)
pokemon.formNoCall=1
pokemon.makeNotShiny
end}