12345678910111213141516 |
- --[[
- Script Name : ZoneScripts/BuccaneersHideout.lua
- Script Author : Dorbin
- Script Date : 2022.12.19 08:12:17
- Script Purpose :
- :
- --]]
- function init_zone_script(Zone)
- end
- function player_entry(Zone, Player)
- SendMessage(Player, "Muffled whimpers break through the sounds of salty chatter and sloshing steins.", 230, 230, 230)
- end
|