View Single Post
05-26-11, 11:54 PM   #1
Myke916
A Deviate Faerie Dragon
 
Myke916's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 18
Need Help Building a Queue

ive been trying to build a queue for my addon, no luck...

supposively the programming work that i have done so far, is like talking to a mirror.... the code is supposed to be the same for each addon, but two players are supposed to run it, the script doesnt talk to eachother it talks to itself... weird... but! it does work 30%

What it is supposed to do, is this:

you get 10 people running the addon, 1 person takes lead, and shuts down all the other 9... but, not completely... just addon:UnregisterEvent("guild_chat_msg") and while that one event is dissabled, the addon's script scans for the lead users online status(on the addon channel), so when they log off... any one of the 9 can assume lead....

ive described it in 5-6 lines.. cant write it in 20 lines, in fact i think last time was 80 lines...

ive written this code 3 times, and failed 3 times.. seems very complicated...

could use a little help...

Last edited by Myke916 : 05-27-11 at 04:05 PM. Reason: removed souce, scan down for 4th attempt
  Reply With Quote