mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
16 lines
372 B
Lua
Executable file
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
|
|
|