qey_epic11_l10_arbor.lua 393 B

1234567891011121314151617
  1. --[[
  2. Script Name : ZoneScripts/qey_epic11_l10_arbor.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.12.19 08:12:43
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. end
  10. function player_entry(Zone, Player)
  11. SendMessage(Player,"Crackling can be heard from the other room. Something has disturbed this home recently.")
  12. end