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

11 lines
265 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
function doAction(player)
-- give sprint
2025-03-29 14:38:40 -04:00
-- commented out because it breaks other stats due to stubs
--player:give_status_effect(50, 5.0)
2025-03-27 23:32:36 -04:00
end