%partyRoomIsInFrontRow()

Aliases%partyRoomIsInFrontRow( )
Parametersmobile @target

    Returns 1 if the given @target is in the front row with respect to group
members in the same room; otherwise returns 0.

Example:

if( %partyRoomIsInFrontRow( @n ) )
{
cast soul strike @n
}
endif