When I try to buy addons from this men this come up.
![Capture otland.PNG]()
This is the NPC addon Script
Addon NPC problem TFS 1.0 [Varkhal]

This is the NPC addon Script
Code:
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end
function onCreatureSay(cid, type, msg)...