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

15 lines
326 B
Lua
Executable file

--[[
Script Name : ZoneScripts/FallenGate.lua
Script Author : Premierio015
Script Date : 2021.07.07 05:07:14
Script Purpose :
:
--]]
function init_zone_script(Zone)
end
function player_entry(Zone, Player)
SendPopUpMessage(Player, "Fallen Gate", 230, 230, 230)
end