eq2emu-content/ZoneScripts/FallenGate.lua

16 lines
326 B
Lua
Raw Permalink Normal View History

2024-10-26 02:41:56 +00:00
--[[
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