eq2emu-content/ZoneScripts/BrawlersDojo.lua
2024-10-26 11:37:28 +00:00

17 lines
430 B
Lua
Executable file

--[[
Script Name : ZoneScripts/BrawlersDojo.lua
Script Author : Dorbin
Script Date : 2022.12.19 07:12:07
Script Purpose :
:
--]]
function init_zone_script(Zone)
end
function player_entry(Zone, Player)
SendMessage(Player, "Incense wafts in the air as aspiring brawlers hone their skill. Challenge them to a sparring match to prove yourself.", 230, 230, 230)
end