# Set Dialog Item Animation Index

Grammar — Set dialogItem Anim Index to index for players
FlagsAction

This controls the current animation index for the dialog item. Supported for Dialog Items of type Image

# Arguments

  • int [ control ] — Dialog Item
  • int — Index
  • playergroup — Players

Returns — void

void libNtve_gf_SetDialogItemAnimationIndex(
	int lp_dialogItem,
	int lp_index,
	playergroup lp_players,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —