
Originally Posted by
Ikevink
Can't do /click in an if statement, but it'll work this way
/run if (GetNumGroupMembers()==2) then LFDQueueFrameFindGroupButton:Click("left",true) end
or
/run local partyMembers=GetNumPartyMembers(); if (partyMembers==2) then LFDQueueFrameFindGroupButton:Click("left",true) end
( /run is the same as /script )
Looking further, it's possible "left" should be "LeftButton", but it seems to work anyway
Connect With Us