eq2emu-content/SpawnScripts/Generic/BetrayalGeneric.lua
2024-10-26 11:37:28 +00:00

7 lines
No EOL
105 B
Lua
Executable file

function spawn(NPC)
SetRequiredQuest(NPC, 1, 1,0)
end
function respawn(NPC)
spawn(NPC)
end