1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-20 01:37:45 +00:00
kawari/resources/scripts/test.lua
Joshua Goins e6ff9117a1 Send the welcome server message in the onBeginLogin Lua function
I finally got a proof-of-concept working, and am somewhat happy with how I can
start building this API now.
2025-03-27 22:54:36 -04:00

4 lines
110 B
Lua

function onBeginLogin(player)
-- send a welcome message
player:send_message("Welcome to Kawari!")
end