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

Solved How do I setup default chat?

Caduceus

Unknown Member
Joined
May 10, 2010
Messages
321
Solutions
2
Reaction score
24
How do I setup a default chat channel on 1.2? So that when a player logs in, a specific channel is opened. I haven't seen any info on this subject.
 
You can use this in a onLogin script/function.

Code:
player:openChannel(channelID)
Create a script for the channel in chatchannels folder in data and register the channel in chatchannels.xml
 
Back
Top