12345678910111213141516171819202122 |
- --[[
- Script Name : SpawnScripts/Commonlands/GrandmaTwirlwhizzer.lua
- Script Author : Premierio015
- Script Date : 2021.05.24 09:05:58
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- PlayFlavor(NPC, "voiceover/english/grandma_twirlwhizzer/commonlands/quest/qst_grandma_twirlwhizzer_callout1_80772375.mp3", "Oh dear me, who are you?", "", 3303419274, 103282159, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
- --You can't be serious! That medal was the only thing my husband gave me during his time in the Militia. I've sold everything I own to pay my taxes, and this is all I have left. I won't give up the only memory I have of my dear, sweet Pazzik. I still remember his face every time I look at this medal...
|