# Set Dialog Item Score Value Link

Grammar — Set dialogItem Score Value Link to scoreValueLink for players
FlagsAction

Sets a Dialog Item’s Score Value Link. Currently supported for type ScoreValueFrame

# Arguments

  • int [ control ] — Dialog Item
  • string [ gamelink::ScoreValue ] — Score Value Link
  • playergroup — Players

Returns — void

void libNtve_gf_SetDialogItemScoreValueLink(
	int lp_dialogItem,
	string lp_scoreValueLink,
	playergroup lp_players,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —