The cutscene has gen00cs_cutscene_end as the script like it wanted.
Any ideas why the plot flag isn't being set?
{
resource rCutscene1 = R"testscene_1.cut";
CS_LoadCutscene(rCutscene1, PLT_CB_PLOT, JUST_DO_IT, "");
//The flag JUST _DO_IT should run before I fire the second cutscene
//testscene_1.cut has gen00cs_cutscene_end specified as the end script
resource rCutscene2 = R"testscene_2.cut";
CS_LoadCutscene(rCutscene2);
}
Modifié par JackFuzz, 13 février 2010 - 05:41 .





Retour en haut






