13 lines
548 B
Lua
Executable file
13 lines
548 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/ElddarGrove/Mirthmire.lua
|
|
Script Purpose : Mirthmire <City Merchant>
|
|
Script Author : John Adams
|
|
Script Date : 2008.09.28
|
|
Script Notes : Auto-Generated Conversation from PacketParser Data
|
|
--]]
|
|
|
|
function hailed(NPC, Spawn)
|
|
FaceTarget(NPC, Spawn)
|
|
PlayFlavor(NPC, "voiceover/english/human_eco_good_1/ft/service/merchant/human_merchant_service_good_1_hail_gm_e4fa2bd8.mp3", "Confound it! Where did I put that ledger? It must be around here somewhere!", "confused", 983188064, 3043413352, Spawn)
|
|
end
|
|
|