Page 1 of 1

How to put a shipped Kamino movie on custom map? [Solved]

Posted: Mon Aug 11, 2014 1:14 am
by jojo3450
I want to put the shipped kamino movie from the campaign mode in my custom map how would I do that

Re: how to put a shipped Kamino movie on custom map

Posted: Mon Aug 11, 2014 1:19 am
by Noobasaurus
At the very top of your lua put this:

Code: Select all

ScriptCB_DoFile("PlayMovieWithTransition") 
Then under function ScriptPostLoad() put:

Code: Select all

    ScriptCB_PlayInGameMovie("ingame.mvs", "kammon01")   
And that should do it.