nelmvn f0bfe3b7f1
Added Zinc, vJass, and Lua Grimex (#617)
* Add Lua Object Generation (JNGP)

* Add vJass

* Add Zinc

* Update README.md

* Update README.md

* Use log() instead

* Update and rename lua_jngp.j to lua_grimex.j

* Update README.md

* Remove notepad call

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2020-04-01 05:40:55 +13:00

8 lines
158 B
Plaintext

//! zinc
library HelloWorld {
private function onInit() {
DisplayTimedTextToPlayer(GetLocalPlayer(), 0, 0, 0, "Hello World");
}
}
//! endzinc