How to start work - HearthunterPro/HanaBot GitHub Wiki

Main System

System hana main loading is ini.lua in folder system you can edit it and you can add file lua then edit and edit ini.lua for load your file or add library to system

Example load file in ini.lua

ini.lua

loadfile("Test.lua")

Test.lua

print("Hello world")

When enable plugin will print text 'Hello world' in console

see more in link.