• 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] Scan Data System Like in Digimon

20
Posts
6
Years
    • Seen Aug 29, 2020
    Does anyone know how to make a Scan Data System in Pokemon Essentials Where You can get data for a Pokemon each time you see it and once you have a 100% scan Data You can Create the pokemon
     

    Zeak6464

    Zeak #3205 - Discord
    1,101
    Posts
    11
    Years
  • Does anyone know how to make a Scan Data System in Pokemon Essentials Where You can get data for a Pokemon each time you see it and once you have a 100% scan Data You can Create the pokemon

    okay so your going to need to set up 809 Global Variables , each global variable will be a pokemon.
    from there your going to have to create a script that gives you a pokemon once
    $global_variable[POKEMON NUMBER] =< 100

    You will also need to set something up for battles as well like at the end of battle.

    $global_variable[POKEMON NUMBER] +1

    just a basic concept
     
    Back
    Top