1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-06 04:37:46 +00:00
kawari/resources/scripts/Global.lua

13 lines
259 B
Lua
Raw Normal View History

function onBeginLogin(player)
-- send a welcome message
player:send_message("Welcome to Kawari!")
end
2025-03-27 23:32:36 -04:00
-- Actions
registerAction(3, "actions/Sprint.lua")
registerAction(9, "actions/FastBlade.lua")
-- Items
registerAction(6221, "items/Fantasia.lua")