Custom Unit

Revision as of 03:22, 12 September 2023 by Admin (talk | contribs) (Created page with "'''Notice: Modding tutorials assume you know at least the basics of coding or scripting. Commander Wars uses Javascript as the Scripting Language.''' In case you want to learn more about Javascript, you can check the tutorial here: [https://www.youtube.com/watch?v=fju9ii8YsGs Derek Banas' Javascript tutorial] , purchase O'Reilly's excellent book on the subject [https://www.amazon.com/JavaScript-Definitive-Most-Used-Programming-Language/dp/1491952024/ JavaScript: The Def...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notice: Modding tutorials assume you know at least the basics of coding or scripting. Commander Wars uses Javascript as the Scripting Language. In case you want to learn more about Javascript, you can check the tutorial here: Derek Banas' Javascript tutorial , purchase O'Reilly's excellent book on the subject JavaScript: The Definitive Guide, or check out W3 Schools Interactive Tutorials

Setup

In this tutorial, you will learn how to create a custom Infantry Unit with double the movement range of normal Infantry and 6000g cost, with the ability to hide, which we will call 'Night Stalker'.