• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 0.X Can someone help me with this ( callback )?

Solution
You forgot include the "tasks" table inside your data/libs, this it's nothing related to the NPC library (npcHandler).

Maybe you change your datapack or include this npc, so try to find in the old datapack in some directories like data/lib/ or data/global.lua any thing similar to this.
Lua:
local tasks = {
    ....
}
You forgot include the "tasks" table inside your data/libs, this it's nothing related to the NPC library (npcHandler).

Maybe you change your datapack or include this npc, so try to find in the old datapack in some directories like data/lib/ or data/global.lua any thing similar to this.
Lua:
local tasks = {
    ....
}
 
Last edited:
Solution
Back
Top Bottom