# Data Conversation State Movie

Grammar — Movie for conversation stateIndex|State
FlagsNative | Function

Returns the movie associated with the given conversation state.

# Arguments

  • string [ convstateindex ] — State Index

Returns — string [ filepath ]

native string ConversationDataStateMoviePath(
	string stateIndex,
);

Category: Conversation / Data Conversation Tools

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L4801
ConversationDataStateMoviePath(libCamp_gv_tS_ResearchConvoID[(lp_researchID)])
// L6609
ConversationDataStateMoviePath(libCamp_gf_TS_StoryTechConvoID(lp_tech))