548007ea96
Starting point..!
18 lines
287 B
Lua
18 lines
287 B
Lua
--[[
|
|
Script Name : <script-name>
|
|
Script Purpose : <purpose>
|
|
Script Author : <author-name>
|
|
Script Date : <date>
|
|
Script Notes : <special-instructions>
|
|
--]]
|
|
|
|
function spawn(NPC)
|
|
end
|
|
|
|
function hailed(NPC, Spawn)
|
|
FaceTarget(NPC, Spawn)
|
|
Say(NPC, "Oink!")
|
|
end
|
|
|
|
function respawn(NPC)
|
|
end
|