• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Eventing Question] Tile that poisons follower Pokémon

etique

etique
268
Posts
6
Years
    • Seen Oct 30, 2022
    go through a pool of poison, and stick with the pokemon that is out of the poisoned pokeball
    veneno.png
     
    Last edited:
    15
    Posts
    5
    Years
    • Seen Sep 24, 2020
    Im not quite sure what exactly you want, but you can poison a pokemon using the Pokemon Manipulation script area of the Wiki. An example:


    pkmn = $Trainer.party[0]
    pkmn.status=PBStatuses::POISON​

    Pasting this script would define pkmn as the first member in the party and then poison that Pokemon

    If on the other hand you want to simply add a poisoned pokemon, then you can give a Pokemon to the Player by using

    pbAddPokemon(:POKEMONNAME,Level)​
     
    Back
    Top