Overwrites character’s victory portrait. Can be assigned to a 350x350px custom sprite using
sprite_get( sprite ) Reference→| Argument | Type | Description |
|---|---|---|
| sprite | :real | The custom sprite to use |
Example, called from load.gml:
set_victory_portrait( sprite_get( "custom" ));
