12345678910111213141516171819202122 |
- --[[
- Script Name : SpawnScripts/ThievesWay/NikhoTambolo.lua
- Script Author : Premierio015
- Script Date : 2021.07.02 09:07:43
- Script Purpose :
- :
- --]]
- require("SpawnScripts/Generic/GenericVoiceOvers")
- function spawn(NPC)
- end
- function hailed(NPC, Spawn)
- GenericHail(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|