• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Survival Mode Script

v20.1 Survival Mode Script v1.0.0.

This resource pertains to version 20.1 of Pokémon Essentials.
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
Ruby:
Expand Collapse Copy
SurvivalCardStart.cardwindow
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
Ruby:
Expand Collapse Copy
pbEating
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
Ruby:
Expand Collapse Copy
pbMedicine
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
Ruby:
Expand Collapse Copy
def pbEating
Ruby:
Expand Collapse Copy
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
Author
systeromen_
Downloads
1,342
Views
4,656
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from systeromen_

Latest updates

  1. New Update

    I got a bit ahead of myself last update. I have developed a version of Survival Mode for...
  2. Complete Overhaul

    This is a total overhaul of the original script, I don't know why I uploaded the old one, but I...
  3. Global Variables

    I changed up the script to use Global instead of local variables, and made it plug and play, and...
Back
Top