OS Engine HScript API - notweuz/FNF-OSEngine GitHub Wiki
What is HScript?
HScript (Haxe Script) is a scripting engine for a subset of the Haxe language. In OS Engine you can use it like Lua
HScript: Running a script
There's only 2 ways how to run hscript files:
- Adding a .hx file to data/song/
- Adding a .hx file to scripts/
But you can use it for stages too. Example: link
API Docs
Examples
Adding background with HScript (put this in data/song/ and change path to image): Download