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