mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-19 22:36:49 +00:00
I finally got a proof-of-concept working, and am somewhat happy with how I can start building this API now.
4 lines
110 B
Lua
4 lines
110 B
Lua
function onBeginLogin(player)
|
|
-- send a welcome message
|
|
player:send_message("Welcome to Kawari!")
|
|
end
|