# 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.sc2campaignbase.sc2data/TriggerLibs/CampaignLib.galaxy:4801

    // Automatic Variable Declarations
    // Implementation
    return ConversationDataStateMoviePath(libCamp_gv_tS_ResearchConvoID[(lp_researchID)]);
}

campaigns/libertystory.sc2campaignbase.sc2data/TriggerLibs/CampaignLib.galaxy:6609

    // Automatic Variable Declarations
    // Implementation
    return ConversationDataStateMoviePath(libCamp_gf_TS_StoryTechConvoID(lp_tech));
}