# Set Dialog Item Flash

Grammar — Set dialogItem flash to flash|Flash for players
FlagsAction

Sets a flash animation file to play for the specified dialog item.

# Arguments

  • int [ control ] — Dialog Item
  • string [ filepath ] — Flash
  • playergroup — Players

Returns — void

void libNtve_gf_SetDialogItemFlash(
	int lp_dialogItem,
	string lp_flash,
	playergroup lp_players,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —