mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
21 lines
395 B
Lua
Executable file
21 lines
395 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/RylecsTest/Actor133772230.lua
|
|
Script Author : Rylec
|
|
Script Date : 2021.03.03 07:03:50
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function spawn(NPC)
|
|
SpawnSet(NPC, "name", "Siene")
|
|
SpawnSet(NPC, "hair_type", "1128")
|
|
end
|
|
|
|
function hailed(NPC, Spawn)
|
|
FaceTarget(NPC, Spawn)
|
|
end
|
|
|
|
function respawn(NPC)
|
|
|
|
end
|
|
|