• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

[Question] Cannot make rival move based off of conditional branching in Pokémon Essentials

  • 1
    Posts
    1
    Years
    • Seen Aug 1, 2023
    I am trying to set up my own 'pick your starter' situation where the rival picks the starter with the type advantage over yours, but I cannot get him to move to the table to simulate picking up a pokemon. I tried going to the demo lab but I cannot find the event anywhere in the map. Maybe I am just having trouble with the triggers, and It could also be when the player picks a starter it is not registering the variable. Any help will be greatly appreciated.
     
    Hi, for the lab part, for each pokeball containing a starter, you need to define a route for the rival just after the player pick a starter. Here is how it work for bulbasaur : on page 2, just after the script pbAddPokemon, insert a new route that look like this : Turn down, Move Forward(3 times), Turn Right, Move Forward(5times),Turn Up, 1 Move Forward. Don't forget on the route to say that is is the event call Rival which need to move. I am assuming that the rival is just on the left of professor Oak. Then Add a Wait For Move's Completion. You need to make this for all starter, changing the route each time. I hope this helped.
     
    Back
    Top