FallenGate.lua 326 B

123456789101112131415
  1. --[[
  2. Script Name : ZoneScripts/FallenGate.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.07.07 05:07:14
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. end
  10. function player_entry(Zone, Player)
  11. SendPopUpMessage(Player, "Fallen Gate", 230, 230, 230)
  12. end