...
Backport to earlier versions with <link dorder.js and <link to follow>.
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
if (isVTOL(myDroid)) { orderDroid(myDroid,DORDER_STOP); // stop attacking your target orderDroid(myDoid,DORDER_REARM); // go rearm yourself and then wait for next command } |
...