- Joined
- Nov 2, 2020
- Posts
- 1
I'm trying to add a static encounter/event encounter with a regional form. Does anyone have a suggestion?
I tried a couple of scripts which failed.
Control switches 32 = On
pbWildBattle(PBSpecies::MAROWAK,40,1)
Events.onWildPokemonCreate+=proc {|
sender,e|
pokemon=e[0]
if $game_switches[32]
pokemon.form=1
end
}
I tried a couple of scripts which failed.
Control switches 32 = On
pbWildBattle(PBSpecies::MAROWAK,40,1)
Events.onWildPokemonCreate+=proc {|
sender,e|
pokemon=e[0]
if $game_switches[32]
pokemon.form=1
end
}
Upvote
0