Friend or Foe/AI sendScriptMessage functions

From Elite Wiki
Revision as of 07:24, 24 November 2012 by Tricky (talk | contribs) (Initial stub - Details to follow.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a list of all script messages that can be used with the AI of a ship.

$fof_addTargetAsDefenseTarget

 Add the target as a defense target. Won't be needed when v1.78 comes out.

$fof_alterDockEscorts

 This alters the docking AI for escorts after a dockEscorts AI command has been issued.

$fof_checkTargetIsValid

 Checks the current target to make sure it is still valid.

$fof_clearDefenseTargets

 Clears all defense targets. Won't be needed when v1.78 comes out.

$fof_findNewDefenseTarget

 Find a new defense target. Won't be needed when v1.78 comes out.

$fof_performAttackTarget

 This does something similar to a mix between the deployEscorts and groupAttackTarget AI commands.

$fof_recallStoredTarget

 Recall the stored target. Won't be needed when v1.78 comes out.

$fof_scanForAttackers

 Check for any previous attackers that have run away.

$fof_scanForCascadeWeapon

 Scan for cascade weapons. Won't be needed when v1.78 comes out.

$fof_setJinkPosition

 Set jink postion. Won't be needed when v1.78 comes out.

$fof_storeTarget

 Store the current target. Won't be needed when v1.78 comes out.