12345678910111213141516 |
- --[[
- Script Name : ZoneScripts/WayfarersRest.lua
- Script Author : Dorbin
- Script Date : 2022.11.15 04:11:06
- Script Purpose :
- :
- --]]
- function init_zone_script(Zone)
- end
- function player_entry(Zone, Player)
- PlaySound(Player,"sounds/ambient/amb_tavern1.wav",0,0,0)
- end
|