• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Scripting Question] make pokemons obey you

sharzin

the biggest iranian pokemon fan
  • 143
    Posts
    9
    Years
    so like im working on a project with pokemon essentials and i want to ask is there any way to change the scripts so other people's pokemons would listen to you even if you dont have a badge. (like removing the whole x ignored orders)? plz answer this.
     
    Last edited by a moderator:
    Under def pbTryUseMove change
    Code:
    return false if !pbObedienceCheck?(choice)
    to
    Code:
    #return false if !pbObedienceCheck?(choice)
    that should do it.
     
    Back
    Top