21 lines
391 B
Lua
Executable file
21 lines
391 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/Commonlands/alostsoul.lua
|
|
Script Author : gloat
|
|
Script Date : 2019.01.31 12:01:47
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
require "SpawnScripts/Generic/NPCModule"
|
|
|
|
function spawn(NPC, Spawn)
|
|
NPCModule(NPC, Spawn)
|
|
end
|
|
|
|
function hailed(NPC, Spawn)
|
|
FaceTarget(NPC, Spawn)
|
|
end
|
|
|
|
function respawn(NPC)
|
|
|
|
end
|
|
|