1234567891011121314151617 |
- --[[
- Script Name : ZoneScripts/qey_epic11_l10_arbor.lua
- Script Author : Dorbin
- Script Date : 2022.12.19 08:12:43
- Script Purpose :
- :
- --]]
- function init_zone_script(Zone)
- end
- function player_entry(Zone, Player)
- SendMessage(Player,"Crackling can be heard from the other room. Something has disturbed this home recently.")
- end
|