Versions Compared

Key

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

...

Code Block
themeEclipse
languagejavascript
titleMake a truck demolish one of my structures
linenumberstrue
// tell constructionDroid to demolish myStructureObject
orderDroidObj(myConstructionDroidconstructionDroid,DORDER_DEMOLISH,myStructureObject);

...