# Set Dialog Item State Index

Grammar — Set dialogItem State Index to stateIndex for players
FlagsAction

Sets a Dialog Item’s State Index. Currently supported for type Image.

# Arguments

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

Returns — void

void libNtve_gf_SetDialogItemStateIndex(
	int lp_dialogItem,
	int lp_stateIndex,
	playergroup lp_players,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —