Skip to content

set_loadout_palette

Description

Assigns a loadout palette tier to a player or team.

Loadout Camera

By default, the loadout_selection_time game option is set to zero. Using set_loadout_palette will set loadout_selection_timeto 10 if:

  • You are not using the base element - ie. your script doesnt use base "../file.mglo"
  • You haven't set loadout_selection_time in your game_options.

Parameters

<team_or_player> <loadout>

  • <name> — required operand
  • {a|b|c} — choose one alternative
  • [ … ] — optional clause

Example

megalo
action set_loadout_palette player current_player slayer_loadouts

Example from HREK broken/equipment_slayer.txt.

Supported Versions

VersionSupported
49Yes
73Yes
106Yes
107Yes
107 (MCC)Yes

See also action syntax.