• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Resource Steal Storage 0.75

ChampChar110

Trainer
Member
Joined
Oct 2, 2022
Posts
89
roei110 submitted a new resource:

Steal Storage - The option to steal and return the player's Pokemon

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...

Read more about this resource...
 
If I understand this correctly, could I have an event where someone steals the players Pokémon? And at the end of the event or something, return the pokemon?
 
If I understand this correctly, could I have an event where someone steals the players Pokémon? And at the end of the event or something, return the pokemon?
Exactly!
You have a list of functions you can use, and the rest is your creativity.

If you want someone to steal the player's first Pokemon, have a battle and return it after, you can! Or return it only at the post game? Can do!
 
Exactly!
You have a list of functions you can use, and the rest is your creativity.

If you want someone to steal the player's first Pokemon, have a battle and return it after, you can! Or return it only at the post game? Can do!
Question, is there any way to edit the pokemon's data? say it was stolen and then in story evolved?
 
I'm getting the following error when I do pbStealPokemonAtIndex:

Exception `NoMethodError' at [Steal Storage] Main.rb:90 - undefined method `add_pokemon' for nil:NilClass
Exception `EventScriptError' at Section033:177 - EventScriptError
 
Is there anyway for the event to steal a specific species of Pokemon instead of just stealing the pokemon in that index number? Could that be coded or is it better to just use a pbcheckpokemon event to see if the specific species is in every single party spot then steal the pokemon from that spot.
 
I'm getting the following error when I do pbStealPokemonAtIndex:

Exception `NoMethodError' at [Steal Storage] Main.rb:90 - undefined method `add_pokemon' for nil:NilClass
Exception `EventScriptError' at Section033:177 - EventScriptError
Maybe you didn't start a new save? You must, or the storage won't initialize itself.

Is there anyway for the event to steal a specific species of Pokemon instead of just stealing the pokemon in that index number? Could that be coded or is it better to just use a pbcheckpokemon event to see if the specific species is in every single party spot then steal the pokemon from that spot.
Uploaded an updated file where you can use pbStealPokemonSpecies(:BULBASAUR)
 
Back
Top