(info) Other great resources: Official JS API docs, Scripting Forum

DORDER_HOLD

Overview

Instruct the droid to hold its current position until instructed otherwise.

Availability

Warzone 3.2 and above.

 Backport to earlier versions with backport.dorder.js and backport.orderDroid.js.

Example

Tell my droid to hold position
orderDroid(myDroid,DORDER_HOLD);

Notes

The droid's current order can be determined from it's .order property. For more infomration see Droid object.

This is particularly useful when you want a droid to wait somewhere while other members of the group catch up.

When applied to a VTOL, the VTOL will hover on the spot which looks pretty awesome!

See also

  • orderDroid() – used to issue simple orders to droids
  • orderDroidLoc() – used to issue more complex orders that apply to a map position
  • .order – list of all order constants