Function; Player_SetTeamColours - HWRM/KarosGraveyard GitHub Wiki

Player_SetTeamColours(<iPlayerIndex>, <tBaseColour>, <tStripeColour>)

Description

Sets the base and stripe colour for the player.

Example

Player_SetTeamColours(1, {30/255, 30/255, 30/255}, {225/255, 225/255, 225/255})

Arguments

<iPlayerIndex>: the index number of the player.
<tBaseColour>: the table containing the RGB value of the color.
<tStripeColour>: the table containing the RGB value of the color.

Scope

Related Pages

Function Reference

SCAR (SCripting at Relic) Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial