mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-20 14:47:45 +00:00
This adds the necessary infrastructure to add actions that deal damage to enemies, and tests this through the new effects builder exposed through Lua.
7 lines
194 B
Lua
7 lines
194 B
Lua
function onBeginLogin(player)
|
|
-- send a welcome message
|
|
player:send_message("Welcome to Kawari!")
|
|
end
|
|
|
|
registerAction(3, "actions/Sprint.lua")
|
|
registerAction(9, "actions/FastBlade.lua")
|