20 lines
410 B
Lua
Executable file
20 lines
410 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/Commonlands/ahulkingfirebeetle.lua
|
|
Script Author : gloat
|
|
Script Date : 2019.01.31 12:01:44
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
require "SpawnScripts/Generic/MovementCircleSmall"
|
|
function spawn(NPC)
|
|
SpawnChooseRandomMovement(NPC)
|
|
end
|
|
|
|
function hailed(NPC, Spawn)
|
|
FaceTarget(NPC, Spawn)
|
|
end
|
|
|
|
function respawn(NPC)
|
|
|
|
end
|
|
|