123456789101112131415 |
- --[[
- 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
|