Library Lua of Hana - HearthunterPro/HanaBot GitHub Wiki

Library Lua of Hana

What is a Library? Library is things that apply to Plugin Hana on Lua.

language program lua preliminary

Example how to send Chat to player from Hana

local hanachat = require("hanachat")

hanachat.send("Hello Player")

show results

see more in link.