Backport Scripts
Overview
A collection of ready-made backports awaits you commander...The scripts
All of these scripts require backport.js.
- backport.structureIdle.js — Fixes a bug in Warzone 3.1 where structureIdle() didn't check the construction status of a building before returning true.
- backport.enumBlips.js — Backports enumBlips() to Warzone 3.1 Beta 1.
- backport.scavengerPlayer.js — Backports the missing scavengerPlayer global to the Warzone 3.1 branch.
- backport.orderDroid.js — Adds orderDroid() function if missing, and extends orderDroid() to enable DORDER_RECYCLE and DORDER_DESTRUCT.
- backport.dorder.js — Adds missing DORDER (droid order) constants that are applicable to the .order property of Droid objects.
- backport.eventPickup.js — Backports eventPickup() to Warzone 3.1 branch.
- backport.daction.js — Adds missing DACTION (droid action) constants that are applicable to the .action property of Droid objects.
Issues