20 lines
319 B
Lua
Executable file
20 lines
319 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/Freeport/GoblinGonDie.lua
|
|
Script Author : neatz09
|
|
Script Date : 2020.09.12 10:09:35
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function spawn(NPC)
|
|
|
|
end
|
|
|
|
function hailed(NPC, Spawn)
|
|
FaceTarget(NPC, Spawn)
|
|
end
|
|
|
|
function respawn(NPC)
|
|
|
|
end
|
|
|