# Data Conversation Choice Name

Grammar — Name of conversation conversation choice at index index
FlagsNative | Function

Returns the name of a conversation choice at the specified index.

# Arguments

  • string [ gamelink::Conversation ] — Conversation
  • int — Index

Returns — string

native string ConversationDataChoiceId(
	string convId,
	int index,
);

Category: Conversation / Data Conversation Tools

# Examples

— None found —