(info) This AI is still in early stages of development.

Developer Guide

  • Babel APIAllows different types of AIs to communicate and send data to each other...
  • Base APIThe Base API is responsible for construction, repair and upgrades of base and defence structures.
  • Cache APIThe Cache API simplifies the creation and management of cached data.
  • Chat APIChat makes it easy for players to interact with scripts using the in-game chat interface.
  • Code ConventionsEggPlant adheres to the following code conventions...
  • Define APIAn API for adding, removing or replacing properties on the global object / scope.
  • Diag APIDiag is a simple yet effective diagnostic API for EggPlant.
  • Event APIBetter event management for Warzone 2100...
  • GO32 APITurn Warzone 3.1 in to Warzone 3.2 from a JS API perspective....
  • Hook APIMake functions "hookable" so you can pre-process their input and post-process their output...
  • Map APIMap is at the heart of EggPlant's ability to understand and interact with it's environment.
  • Players APIThe Players API provides an alternative to the inbuilt playerData[] object and its associated Player objects...
  • Process APIProcess is an API that enables you to run code over multiple game ticks.
  • Test APIA unit test framework for Warzone JS scripts...
  • TroubleshootingCommon problems and how to fix them...
  • Util APIUtil API provides the foundations on which other APIs can be built...