• 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.

[Scripting Question] How to give starter pokemon and pokedex by standing in the initial tile

21
Posts
5
Years
    • Seen Oct 30, 2023
    I have been getting into scripting this week so I might need some help
    Instead of going to the lab I want to make an event where you receive both the pokedex and the starter from the begining
    I have more problems with the starter part
    the pokedex is okay with this or do I need to add something more:

    @conditional branch: !$Trainer.pokedex
    @Play Me: `Item get´
    @Text: \PN received a Pokédex!
    @Script: $Trainer.pokedex=true
    @Control Self Switch: A =ON
    @
    : Else
    @
    : Branch End
    @

    and for the starter pokemon

    @Script: pbAddPokemon(:PIKACHU,5)
    @Control Variables: [0007: Starter Choice] = 1
    @Control Switches: [0003: Give Starter] = OFF

    I think I need to add some lines but ones to check the events?
    thanks a lot
     
    233
    Posts
    5
    Years
    • Seen Oct 9, 2023
    it skips oak intro as a whole and if I move it collapses
    https://imgur.com/3Vr1rTh
    https://imgur.com/jfQVpw4
    https://imgur.com/NNAf37k
    https://imgur.com/S2wGZcS
    sorry to bother you so much I kept trying but it collapses

    You did not follow Welsh's instructions correctly. Please look at the event pictures he posted again. You need to make the first page of your event "Autorun", and you need to have a second blank page with the condition of "Self Switch A is ON" on the upper left.
     
    124
    Posts
    3
    Years
  • it skips oak intro as a whole and if I move it collapses
    https://imgur.com/3Vr1rTh
    https://imgur.com/jfQVpw4
    https://imgur.com/NNAf37k
    https://imgur.com/S2wGZcS
    sorry to bother you so much I kept trying but it collapses

    Instead of doing what I put originally, you can add the script to give the player the Pokédex and a Pichu in the Oak intro event like this (first image): https://imgur.com/a/ae4O2iC
    If you're using the quick start intro, you can add the same scripts to that event as seen in the second image.
     
    21
    Posts
    5
    Years
    • Seen Oct 30, 2023
    the only other change I did was change lappet town to pallet town the appearance of the map, and the conections map I dont really have any other changes, okay I erased the rom and I will try with a new version of essentials I will get to you after that where the only change I will do is the one you told me
     
    Back
    Top