Hello all i have small problem with npc.. i dont understand why
under is some error log, ( Aldo if he writes something to him, for example 1234)
LOGS
i have msgcontains in /npc/lib/npc
voice - VoiceMoudle in npc/lib/npcsystem/custommodules.lua
ALDO XML
Thanx!
under is some error log, ( Aldo if he writes something to him, for example 1234)
LOGS
i have msgcontains in /npc/lib/npc
LUA:
function msgcontains(message, keyword)
local message, keyword = message:lower(), keyword:lower()
if message == keyword then
return true
end
return message:find(keyword) and not message:find('(%w+)' .. keyword)
end
voice - VoiceMoudle in npc/lib/npcsystem/custommodules.lua
ALDO XML
Thanx!