- Pokémon Essentials Version
- v20.1 ➖
This script is designed to allow you to have a Survival Experience within Pokemon Essentials.
This Script is NOT plug and play, despite my desire, it mostly functions with being placed in, but there are three parts of the script that need to be called for functions to be correct, and it does require a new save.
It also now requires FL's Game Over script, which is located: here
In order to see your Survival Stats, you can call
This is an incredibly basic script to show it, it will use whatever you have for your trainer card.
In order to eat and drink, call
It will bring up the bag, and you can select an item.
It will look for items with the Flag "FoodWater" or look for items with the flag "Berry"
In order to heal, call
It will bring up the bag, and you can select an item.
It will look for items with the Flag "Medicine".
You can edit these items by going into the Survival Mode Player script and looking in the respective
and adding to those with whatever you would like.
Despite all this, I am still not proud of the release version here, but it's functional enough, I have planned to flesh it out a bit more to match the idea I have for it, there are a few more features in my development version I want to add eventually.
This Script is NOT plug and play, despite my desire, it mostly functions with being placed in, but there are three parts of the script that need to be called for functions to be correct, and it does require a new save.
It also now requires FL's Game Over script, which is located: here
In order to see your Survival Stats, you can call
Ruby:
SurvivalCardStart.cardwindow
In order to eat and drink, call
Ruby:
pbEating
It will look for items with the Flag "FoodWater" or look for items with the flag "Berry"
In order to heal, call
Ruby:
pbMedicine
It will look for items with the Flag "Medicine".
You can edit these items by going into the Survival Mode Player script and looking in the respective
Ruby:
def pbEating
Ruby:
def pbMedicine
and adding to those with whatever you would like.
Despite all this, I am still not proud of the release version here, but it's functional enough, I have planned to flesh it out a bit more to match the idea I have for it, there are a few more features in my development version I want to add eventually.
- Credits
- Credit if used:
Maurili (For the Original Hunger Script)
Vendily (For helping Maurili with the Original Hunger Script)
thatonekriegerwriter