BattleForge Wiki
Register
Advertisement
Description
The following is a list of logical operators that can be used in the condition section.
Code
State
{
   StateName = "INIT",
   OnOneTimeEvent
   {
      Conditions =
      {
         OR
         {
            condition1..., condition2...
         },
         AND
         {
            condition1..., condition2...
         },
         NotOR
         {
            condition1..., condition2...
         },
         NotAND
         {
            condition1..., condition2...
         }
      },
      Actions =
      {
         <do stuff>
      },
   };
};
Notes




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