Displays the TP of party members in the party list. Loosely based on the addon of the same name for Windower 4 by Cliff.
party.x_right
Distance the window sits from the right side of the screenparty.y_bottom
Distance the window sits from the bottom of the screenparty.width
Width of the party windowparty.additional_height
Extra height added to the window independent of party sizeparty.height_per_member
Height added to the window for each party member and used for vertical spacing of elementsparty.top_padding
Distance from the top of the window to the first party memberparty.tp_x
Horizontal distance the TP text is set from the top left of the party memberparty.tp_y
Vertical distance the TP text is set from the top left of the party member
text.color
Normal color of the TP texttext.tp_full_color
Color of the TP text when over 1000text.stroke_color
Stroke color of the TP texttext.font
Font of the TP texttext.party_font_size
Font size of the TP text of the party
- There is an extra 1 pixel gap between the first party member and the rest of the party or, when solo, the bottom of the window. This is part of
additional_height
and added to the y position of party members 2-6. - The height of the party window is
(party_size * party.height_per_member) + party.additional_height
.
- Implement alliances? The v4 version wasn't doing this.