# Set Data Conversation Choice Picked Count

Grammar — Set picked count for conversation conversation choice choice to count
FlagsNative | Action

Sets the picked count for a conversation choice.

# Arguments

  • string [ gamelink::Conversation ] — Conversation
  • string — Choice
  • int — Count

Returns — void

native void ConversationDataChoiceSetPickedCount(
	string convId,
	string choiceId,
	int count,
);

Category: Conversation / Data Conversation Tools

# Examples

— None found —