1234567891011121314151617181920 |
- --[[
- Script Name : SpawnScripts/Freeport/AtianooDonicus.lua
- Script Author : Premierio015
- Script Date : 2020.07.21 07:07:28
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- end
- function hailed(NPC, Spawn)
- PlayFlavor(NPC, "", "You might have done differently, had you been in my shoes, but then we'll never really know. Will we?", "", 1689589577, 456018, Spawn)
- end
- function respawn(NPC)
- end
|