set_victory_bg

Overwrites character’s victory background. Can be assigned to a 480x270px custom sprite using

sprite_get( sprite )  Reference→

or set to one of the following indexes

ArgumentTypeDescription
bg:realVictory background index or custom sprite ID

Example, called from load.gml:

set_victory_bg( sprite_get( "custom" ));