• 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 1.x close taling with npc without use Good Bye.

Devlinn

Member
Joined
Mar 25, 2015
Messages
295
Reaction score
6
hey how i can achieve end talking with npc like with abcdefghj1? not Good Bye
 
Code:
npcHandler:setMessage(MESSAGE_FAREWELL, "ddddd")
npcHandler:setMessage(MESSAGE_WALKAWAY, "xdxd.")
 
Code:
npcHandler:setMessage(MESSAGE_FAREWELL, "ddddd")
npcHandler:setMessage(MESSAGE_WALKAWAY, "xdxd.")
i say ddddd and dont close talking
but xdxd working when i go away

i want close with talking npc like abcdefgh
i dont want to npc when i say bye
he say to me abcdefgh
i want asdasdasdasd = bye and npc say good bye

ref
 
Last edited by a moderator:
Back
Top