Stag 0 Posted January 27, 2002 I'm working on a series of missions which I intend to make available, But I have a problem; Well I've got several, but specifically I'm working on an intro. I want a camera scene to switch when a certain weapon is fired. I've tried various instructions in triggers, but not found a solution, so it may require a script, which I have roughly zero knowledge of writing. Can anybody help? Get's you a mention in the opening credits Share this post Link to post Share on other sites
MP 0 Posted January 28, 2002 Well, Instead of making the camera wait for him, make him wait for the camera. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">bla bla bla _cam camsettarget man1 _cam camsetrelpos [x,y,z] _cam camcommit 0 ~0.1 man1 dofire enemy1 _cam bla bla bla<span id='postcolor'> Can you see what I'm trying to do here...? It makes the guy wait until the camera is looking at him and then he will fire his weapon 0.1 seconds after the camera gets to him. The dofire command make a unit fire on another. Share this post Link to post Share on other sites
Stag 0 Posted January 28, 2002 Thanks for that snippet MP; That's answered another question For the scene I want, Almost as soon as the man fires I want the scene to switch to a completely diffrent area. However, you've earned your mention in the titles Share this post Link to post Share on other sites