Sets the maximum numbers of alternate color palettes that your character can use.
Argument | Type | Description |
---|---|---|
num | :real | The number of alternate color palettes to set. Must be a value between 6 and 16 |
Example, called from colors.gml:
// changes the maximum number of palettes to 10:
set_num_palettes( 10 );