Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagejavascript
titleMove a droid to where I first started out on this mapAllow droid to attack stuff while it moves somewhere
linenumberstrue
// scout to specific location (assuming droid can get there)
orderDroidLoc(myDroid,DORDER_SCOUT,startPositions[me].x,startPositions[me].y);
 
// scout to specific object (assuming droid can get there)
orderDroidObj(myDroid,DORDER_SCOUT,gameObject);

...