Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Lugh
Forum: General Authoring Discussion 07-31-05, 12:17 AM
Replies: 1
Views: 7,465
Posted By Lugh
Ok, I found a work a round. function...

Ok, I found a work a round.

function Test_OnLoad()
Chronos.scheduleByName("JoinTest", 60, JoinTest);
end

function JoinTest()
JoinChannelByName("Test");
ChatFrame_AddChannel(DEFAULT_CHAT_FRAME,...
Forum: General Authoring Discussion 07-30-05, 07:23 AM
Replies: 1
Views: 7,465
Posted By Lugh
JoinChannelByName

Hello,
I started to code my 1st addon this morning. It should join a channel on game startup.

Test.lua looks like this:
function Test_OnLoad()
JoinChannelByName("Test");
...
Showing results 1 to 2 of 2