BattleForge Wiki
Register
Advertisement
Description
The following condition will trigger when a timer reaches a certain value.
Code
State
{
   StateName = "INIT",
   OnOneTimeEvent
   {
      Conditions =
      {
         MapTimerIsElapsed {
            Name = "mt_timer",
            Minutes = 1,
            Seconds = 10
         }

      },
      Actions =
      {
         <do stuff>
      },
   };
};
Notes
  • Name is the name of the timer you want to watch.
  • You can add any Script Action in the action section to do something useful with this script.




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