DownBelow_Classic.lua 488 B

123456789101112131415161718
  1. --[[
  2. Script Name : ZoneScripts/DownBelow_Classic.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.11.09 03:11:52
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. end
  10. function player_entry(Zone, Player)
  11. SendPopUpMessage(Player, "The Down Below", 230, 230, 230)
  12. SendMessage(Player, "You have entered The Down Below.")
  13. SendMessage(Player, "A foul breeze brushes your cheek, as the stench of death envelops you.")
  14. end