BattleForge Wiki
Register
Advertisement
Description
The following script will add percentage of the target's max health to its current health.
Code
State
{
   StateName = "INIT",
   OnOneTimeEvent
   {
      Conditions =
      {
      },
      Actions =
      {
         EntityHealthAdd{
            Tag = "creep",
            Percent = 25
         }
      }
   };
};
Notes
  • "creep" is the tag given to entity you want to add the health to.
  • Percent is the amount of health you want to add. Believed to be the percent of the targets max health.
  • You will need to add the tag from the Entity Properties window.
  • You may use any tag name you wish.
  • You can add any Script Event Condition in the condition section to force this script to only trigger when the condition is true.




Skylords

Battleforge has been revived by a group of passionate players and developers under the name Skylords Reborn


It is a fully functional, community-made, non-profit and completely free-to-play relaunch of the game. The relaunch has been worked on for several years, and receives regular updates.

The new Wiki can be found here: Skylords Reborn Wiki Page



.
Advertisement