• 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!

Lua NPC Channel ID

iSanto

Well-Known Member
Joined
Sep 20, 2011
Messages
157
Reaction score
65
Hey,
could anyone tell me what id of npc channel is? I need it to function:
player:sendChannelMessage(author, text, type, channelId)

I'm using TFS 1.0 the newest revision.
 
If I remember correctly the NPC channel is a clientside hardcoded channel with no direct channel id.
It will display all messages with the message type of npcs. It will always be in the channel list even if the server does not send it.
I might be wrong, but I think you cannot send messages to it like that.
 
Back
Top