Show player on top of raid frames

Hello,

ive come around scripts that are supposed to put the player at the bottom of raid frames like this here:

/run CRFSort_Group=function(t1, t2) if UnitIsUnit(t1,“player”) then return false elseif UnitIsUnit(t2,“player”) then return true else return t1 < t2 end end CompactRaidFrameContainer.flowSortFunc=CRFSort_Group

Is there a way to make the same for on top of frames? Rewrite this in some way maybe?

Ive been using an addon for this so far but the last update it received was from 8.02 and it causes errors

any help is greatly appreciated

im gonna bump this, maybe someone actually knows how to do this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.