The "vngen_prompt_replace_ext" Function
#
SyntaxArgument | Type | Description |
---|---|---|
id | real/string | The ID of the prompt to replace |
trigger | string | The character name to use as a new trigger for displaying the prompt (or keyword any for all characters) |
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) |
xorig | real/macro | The new horizontal sprite offset, or origin point, relative to the top-left corner |
yorig | real/macro | The new vertical sprite offset, or origin point, relative to the top-left corner |
scaling | integer/macro | Sets the new automatic scaling mode for the prompt |
duration | real | Sets the duration of the fade transition, in seconds |
ease | integer/macro | Sets the ease mode to perform the fade transition in |
#
DescriptionReplaces the input entity ID with new sprites and extra sprite properties 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 origin points, scaling modes, and ease modes.