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

16 lines
327 B
Lua
Executable file

--[[
Script Name : ZoneScripts/DownBelow.lua
Script Author : Dorbin
Script Date : 2022.06.30 03:06:39
Script Purpose :
:
--]]
function init_zone_script(Zone)
end
function player_entry(Zone, Player)
SendPopUpMessage(Player, "The Down Below", 230, 230, 230)
end