Peatbog_Classic.lua 334 B

12345678910111213141516
  1. --[[
  2. Script Name : ZoneScripts/Peatbog_Classic.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.11.05 04:11:32
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. end
  10. function player_entry(Zone, Player)
  11. SendPopUpMessage(Player, "The Peat Bog", 230, 230, 230)
  12. end