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
baseelement - ie. your script doesnt usebase "../file.mglo" - You haven't set
loadout_selection_timein yourgame_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_loadoutsExample from HREK broken/equipment_slayer.txt.
Supported Versions
| Version | Supported |
|---|---|
| 49 | Yes |
| 73 | Yes |
| 106 | Yes |
| 107 | Yes |
| 107 (MCC) | Yes |
See also action syntax.