The "vngen_scene_replace" Function
#
SyntaxArgument | Type | Description |
---|---|---|
id | real/string | The ID of the scene to replace |
sprite | sprite | The new sprite to draw as a scene |
duration | real | Sets the duration of the fade transition, in seconds |
[ease] | integer/macro | Optional: Sets the ease mode to perform the transition in |
#
DescriptionReplaces the input entity ID with a new sprite and fades the old sprite to the new one over the input duration.
As with other types of modifications, replacements made with this script are permanent and will persist until another replacement is performed. This script cannot be performed simultaneously with other replacement actions operating on the same entity ID.
See Macros & Keywords for a list of available ease modes.