zephadus
Trainer upset about # of PKMN
- 93
- Posts
- 21
- Years
- Age 37
- Canada, eh?
- Seen Jul 17, 2016
I'm sorry for the vague title, I can't think of how else to sum up what I'm asking.
Basically, whenever I encounter a Pokémon, whether it be wild, or in a trainer battle, I'd like to increase a variable by 1 for that specific Pokémon.
So for example:
I defeat 3 wild Pidgey.
I encounter a Bird Keeper who sends out Spearow.
I defeat Spearow, and he sends out Pidgey.
His Pidgey defeats me.
Variable [021] (Spearow) should read '1', and despite my loss, variable [016] (Pidgey) should read '4' (as I'm counting encounters, not wins).
Of course, that would be a lot of variables if I do it for every Pokémon, so ideally I'd like it to be stored in metadata, but I've not a clue as how to do that.
Anyone out there more knowledgeable than I and willing to point me in the right direction? :)
Basically, whenever I encounter a Pokémon, whether it be wild, or in a trainer battle, I'd like to increase a variable by 1 for that specific Pokémon.
So for example:
I defeat 3 wild Pidgey.
I encounter a Bird Keeper who sends out Spearow.
I defeat Spearow, and he sends out Pidgey.
His Pidgey defeats me.
Variable [021] (Spearow) should read '1', and despite my loss, variable [016] (Pidgey) should read '4' (as I'm counting encounters, not wins).
Of course, that would be a lot of variables if I do it for every Pokémon, so ideally I'd like it to be stored in metadata, but I've not a clue as how to do that.
Anyone out there more knowledgeable than I and willing to point me in the right direction? :)