Update: CTRL + SHIFT + F will allow you to search the entire script. Makes it easier to find code. wish I knew this earlier. Off topic, but natures are determined mathmatically. I used:
if nature==PBNatures::NATURE_NAME_HERE
pvalues=[100,100,100,100,100]
By changing the numbers within the array, a nature's stat bonus can be modified. You can even add new ones. Don't know how to remove the stat highlighters though. Still need
to work on getting that new weather effect.
Thanks. There was a lot of info I was looking for on essentialsdocs that I couldn't find. I thought I had already checked for weather. Next time I'll be sure to search there before I ask
a question here. It would be nice if there was a guide to where codes are in the script. For instance, I'm currently looking for the location where the code for a nature's stat bonus is
stored so I can create new ones. There's PBNatures & PokeBattle_Pokemon, but the codes there don't seem to deal with a nature's stat bonus. Maybe the answer is obvious, I'm still learning, but a guide to the poke essentials script would be helpful (I mean for where code is located).