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

Fix the aftereffect of intro skipping?

12
Posts
7
Years
    • Seen Jan 13, 2017
    As i learned, if you skip the intro event it'll automatically give you some error or bug if you try certain things like opening the pause menu, not working scripts or not showing player sprite even though he's set.

    Is there a way to fix the mentioned problems?

    It's a neccesarity for the originality of my game to start with a blackscreen which works great besides the already mentioned bugs & error.

    Thanks.
     
    Last edited:

    Telemetius

    Tele*
    267
    Posts
    9
    Years
  • Yes you don't need the whole intro, you just need these two scripts:

    Code:
    pbTrainerName("Red")
    pbChangePlayer(0)

    The first one sets your name and the second one sets the player you'll use.
     
    Back
    Top