Hello everyone, im working with the Pkm Essentials since some months and im right now at a point where i cant find any answer.
I searched Google and more about that... no answer found...
First 1 would be: Is there a way to add every Pokemon from Party to PC silently?
Like:
I searched Google and more about that... no answer found...
First 1 would be: Is there a way to add every Pokemon from Party to PC silently?
Like:
- $Trainer.party.delete_at(5)
- $Trainer.party.delete_at(4)
- $Trainer.party.delete_at(3)
- $Trainer.party.delete_at(2)
- $Trainer.party.delete_at(1)
- $Trainer.party.delete_at(0)