Jump to content

Empty Bottles

Overview
Creator: Moosh Updated: 26 May 2017 Tags: FFC, Global, Item Downloads: 115
Rating[?]: Rating: 4.67/5 (8 ratings)
View Script Download Example
(1.23 MB)
Information

Description Setup Reviews Comments

Update 12/1/16: Fixed a stupid oversight with fairies over water and added a constant for disabling water bottling.
Update 5/26/17: Updated the script to fix some bugs discovered by Zoria

Each of the bottles can hold one of six different things. If it's empty, using it will swing the bottle in front of you. Water, fairies, and bees can be collected in the bottle like this.
  • Red Potion: Heals some HP (8 hearts by default)
  • Green Potion: Heals some MP (256 MP by default)
  • Blue Potion: Heals HP and MP (16 hearts and 256 MP by default)
  • Water: Dumps some water harmlessly on the ground.
  • Fairy: Heals some HP (3 hearts by default) automatically when your health falls to 0. If you use it directly, it does the same but without fading to black.
  • Bee: Chases down and hurts enemies. You can recapture it when it does this, but after some time it goes away.
The scripts contained here are:
  • EmptyBottleGlobal: A global script for handling most of the bottle behavior and the screen freezing.
  • Bottle_Empty/Bottle_Bee: Empty bottle and bee scripts which are called by the global.
  • ItemShop: A shop script that you can set to not sell potions if you don't have an empty bottle.
  • BeeGrass: A script that makes certain patches of tall grass sometimes spawn bees when cut.
  • WaterTrigger: A script that makes an FFC trigger secrets when you pour water on it.
  • PotionFill: An item script that communicates between various pickup items and the main global script.