View Single Post
  #2  
Old 11-20-2007, 03:10 PM
vortex86 vortex86 is offline
Senior Member
 
Join Date: Feb 2006
Posts: 805
Default Re: Fix for the Waitlists on Party? Can you rewrite this code from dem

i guess this is the code we need to edit, but what to?
Lib_DM_AutoJoinWaitingLIst(winID, first_available=0)
{
if(first_available){
Lib_DM_ClickControl(winID, "Button2")

}

Lib_DM_ClickControl(winID, "Button3")
}
Reply With Quote