WayfarersRest.lua 331 B

12345678910111213141516
  1. --[[
  2. Script Name : ZoneScripts/WayfarersRest.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.11.15 04:11:06
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. end
  10. function player_entry(Zone, Player)
  11. PlaySound(Player,"sounds/ambient/amb_tavern1.wav",0,0,0)
  12. end