The "vngen_prompt_replace" Function
#
SyntaxArgument | Type | Description |
---|---|---|
id | real/string | The ID of the prompt to replace |
sprite_idle | sprite | The new sprite to draw as a prompt when waiting for user input |
sprite_active | sprite | The new sprite to draw as a prompt when the typewriter effect is active (or keyword none for none) |
sprite_auto | sprite | The new sprite to draw when auto mode is enabled (or keyword none for none) |
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 new sprites and fades the old sprites to the new ones 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.