16 lines
357 B
Lua
Executable file
16 lines
357 B
Lua
Executable file
--[[
|
|
Script Name : ZoneScripts/The Chamber of the Keeper.lua
|
|
Script Author : Premierio015
|
|
Script Date : 2021.07.18 09:07:06
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function init_zone_script(Zone)
|
|
|
|
end
|
|
|
|
function player_entry(Zone, Player)
|
|
SendPopUpMessage(Player, "The Chamber of the Keeper", 230, 230, 230)
|
|
end
|
|
|