1234567891011121314151617181920 |
- --[[
- Script Name : SpawnScripts/Antonica/OldManMcQuibble.lua
- Script Author : Premierio015
- Script Date : 2021.08.27 07:08:04
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- PlayFlavor(NPC, "", "What?", "nod", 1689589577, 4560189, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|