BattleForge Wiki
Register
Advertisement
Description
The following script actions can be used to teleport squads.
Code
State
{
   StateName = "INIT",
   OnOneTimeEvent
   {
      Conditions =
      {
      },
      Actions =
      {
         EntityTeleport {
            Tag = "target",
            TargetTag = "dest"
         },
         SquadTeleportInRange {
            Tag = "target",
            TargetTag = "dest",
            Range = 10
         },
         PlayerSquadTeleportInRange {
            Player = "pl_Player1",
            Tag = "target",
            TargetTag = "dest",
            Range = 10
         },
         TeamSquadTeleportInRange {
            Team = "tm_Team1",
            Tag = "target",
            TargetTag = "dest",
            Range = 10
         },
      },
   };
};
Notes
  • Tag is the tag given to the squad or group you want to teleport.
  • TargetTag is the destination you want to teleport to.
  • Range is an area around the target in which other squads will be teleported as well.
  • 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