• 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!
Foreign Pokémon in the Wild

Resource Foreign Pokémon in the Wild 2022-12-18

TechSkylander1518 submitted a new resource:

Foreign Pokémon in the Wild - A feature meant to emulate N's Pokémon from BW2!

Installing this resource
It's very nearly plug-and-play! (Technically, it's perfectly functional with just the one script, but there's a few flourishes to put in so that messages don't look goofy.

This is the main script, which you just paste as a new script section above Main:
Ruby:
Expand Collapse Copy
class PokemonGlobalMetadata
  attr_accessor :foreignEncounter
  attr_accessor :foreignPokemon
  attr_writer   :foreignPokemonCaught

  def foreignPokemonCaught
    return @foreignPokemonCaught ||...

Read more about this resource...
 

ValiantSoul

World Traveller
Member
Joined
Sep 12, 2020
Posts
175
I gotta say my guy, your scripts are some of the most interesting and creative I've seen! You've often given me a flood of inspiration whenever you drop one, so I'm just commenting here to say thanks, bud :)
 

Vxpor

Elite Trainer
Member
Joined
Jul 29, 2020
Posts
58
This script is super cool! I actually loved how you could find N's pokemon in the wild in the B/W games. I was planning to include this feature in one of my future projects featuring N so thanks for making this a script!
 
I gotta say my guy, your scripts are some of the most interesting and creative I've seen! You've often given me a flood of inspiration whenever you drop one, so I'm just commenting here to say thanks, bud :)

This script is super cool! I actually loved how you could find N's pokemon in the wild in the B/W games. I was planning to include this feature in one of my future projects featuring N so thanks for making this a script!
Thanks guys, that's really kind of you to say! :)
 
TechSkylander1518 updated Foreign Pokémon in the Wild with a new update entry:

v20 Update

Got a nice overhaul with this update!
  • Data is now organized in hashes, so more values are optional, you don't have to remember a specific order, etc.
    • (You can tell when I learn something new in scripting because I suddenly start trying to use it everywhere - I did the same hashes thing with my Prize Wheels script, and I'm pretty sure so many older versions of my scripts used arrays because I had just learned to use arrays then)
  • Every possible trait of a Pokémon...

Read the rest of this update entry...
 
Back
Top