Hi, I was wondering if theres a way to make players autojoin the main/trade channel silently, I'm currently using a script below to autojoin, but the text 'You are now in the "xxxx" channel takes up the whole chat whenever a player logins. As I have other things to display when players login.
- script nologin FAKE_NPC,{
OnPCLoginEvent:
atcommand "@join #main";
atcommand "@join #support";
atcommand "@join #trade";
end;
}
Edited by canditw, 16 May 2016 - 04:20 AM.












