enigma_x 0 Posted February 19, 2005 I've made quite a few missions over the time, but i've never put an intro in. If i have the intro as the start, what script would i need to put into a trigger if i wnat the mission then to go to the briefing screen and then the mission. I dont know how to make it go straight to the mission either so, both go to the mission and briefing. how do i make a persons mouths move during a trigger cutscene? how can i do timed effects. i wnat to make a scne when two men are talking and the dialog changes and so does the camera. i have tried the countdown but it dident work right. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">setacttime 0-yourwish what do i edit about that code to change the motion fast or slow. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">unitname setpos (Getpos otherunitname) this code makes a unit teleport, i put it into a trigger in activateion and put the unit names in but doesent seem to work. Solved, i got i working, doestn work with planes or helis's. thats alll, and filled up the post with everything i want to know, thank you for whoever helps me. Operation Sun Down, coming soon..... Share this post Link to post Share on other sites
mattxr 9 Posted February 19, 2005 when u place a intro in when the intros finished it auto starts up the mission then goes onto the brefing like normal.. Share this post Link to post Share on other sites
enigma_x 0 Posted March 1, 2005 Okay that works now, but what about the slow motion script, need it for a realy good action cam. Share this post Link to post Share on other sites
RED 0 Posted March 2, 2005 The command is: setAccTime. setAccTime 1 This is the default time (normal time) setAccTime 0.5 This will slow time down by a half. If in doubt about a command, the best thing to do is just play around with it and see what happens, you won't break anything by doing it. RED Share this post Link to post Share on other sites