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

16 lines
372 B
Lua
Executable file

--[[
Script Name : ZoneScripts/MakeshiftArena.lua
Script Author : Dorbin
Script Date : 2022.12.19 07:12:38
Script Purpose :
:
--]]
function init_zone_script(Zone)
end
function player_entry(Zone, Player)
SendMessage(Player, "The crowd is growing restless awaiting your upcoming match.", 230, 230, 230)
end