How to put a shipped Kamino movie on custom map? [Solved]
Moderator: Moderators
-
jojo3450
- Rebel Warrant Officer

- Posts: 317
- Joined: Fri Jul 18, 2014 12:29 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
How to put a shipped Kamino movie on custom map? [Solved]
I want to put the shipped kamino movie from the campaign mode in my custom map how would I do that
-
Noobasaurus
- Droid Pilot Assassin

- Posts: 2006
- Joined: Tue Aug 17, 2010 5:56 pm
Re: how to put a shipped Kamino movie on custom map
At the very top of your lua put this:
Then under function ScriptPostLoad() put:
And that should do it.
Code: Select all
ScriptCB_DoFile("PlayMovieWithTransition") Code: Select all
ScriptCB_PlayInGameMovie("ingame.mvs", "kammon01") 