mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
16 lines
331 B
Lua
Executable file
16 lines
331 B
Lua
Executable file
--[[
|
|
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
|
|
|