How to make Pokémon with different stats

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ThePokeMan88

I am trying to make a Pokémon like game in godot. I have it so the battle script takes information from something that has the Pokémon’s base information as a resource inside it, along with the randomly generated stats. I need help finding a way for something to be created that holds variables and resources that can be accessed by the battle script. Thanks.

Also, I am trying to make a game but unable to make.

anonymous | 2022-09-28 15:16

:bust_in_silhouette: Reply From: the_maven

Arrays and/or dictionary?