• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

My task npc doesnt respond TFS 1.2

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
1,067
Solutions
5
Reaction score
63
Hello so im editing my task system but i fucked something up he wont respond to message 'hi' pretty sure my entire code is just one big mess. What i tried to do is add multiple creatures with different names so it would count them for a task

NPC
XML:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Task Master" script="taskmaster.lua" walkinterval="0">
    <health now="100" max="100"/>
    <look type="98"/>
</npc>

taskmaster.lua

creaturescript
 
Back
Top