• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Resource icon

v21.1 Steal Storage 0.75

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21.1 ✅
Steal Storage

How it works:
There is a memory space for stolen Pokemon. You can steal the player's Pokemon and return them when you want.
It's also works with items, but not so good (for now).

Features:
  • Steal Storage for Pokemon (and items, better in the next update)
Installation:
  • Download the zip file from the link above ("Go to download", top right)
  • Extract it into your game's main folder
  • Compile before starting to play (you are gonna have to start a new save, next update I'll make sure you don't)
  • Have fun!
The zip file contains:
  • Plugins/Steal Storage/Main - The main code for the plugin
How to use:
pbStealPokemonAtIndex(index, force = false, silent = false)
A method for stealing a Pokemon from the party using its index (position in the party)
index - the party index
force - should it take it even if it's the last Pokemon
silent - should it display the message (false for displaying)

pbStealPartyPokemon(keep = false, silent = false)
A method for stealing all party Pokemon
keep - should it keep the first Pokemon
silent - should it display the message (false for displaying)

pbReturnStolenPokemon(silent = false)
A method for returning one stolen Pokemon (the first one that was stolen)
silent - should it display the message (false for displaying)

pbReturnAllStolenPokemon(silent = false)
A method for returning all stolen Pokemon
silent - should it display the message (false for displaying)

pbReturnStolenPokemonBySpecies(species, silent = false)
A method for returning a stolen Pokemon by its species
species - the wanted species
silent - should it display the message (false for displaying)

For any questions, problems, or requests- feel free to reply :)
Credits
Roei
  • Like
Reactions: A.I.R
Author
ChampChar110
Downloads
378
Views
1,810
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from ChampChar110

Back
Top