limmy3 0 Posted January 31, 2007 Hello fellows, the search function won't help me. SetDir is not listed.  I'm writting a camera-intro.sqs for my mission. The unit in interal view should look for 10 seconds to a speaking officer. But all what is done is that the head is turned and goes back to the normal position. I tried <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">[W_1 SetDir 270,10] but with no results. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">TitleCut ["Staff Sergeant your turn.", "plain", 1] ~5 SSGT SetMimic "SURPRISE" TitleCut ["Yes, Sir.", "plain", 1] ~2 [W_1 SetDir 270,10] look at SSgt for 10 sec ~1 TitleCut ["Your orders are as follows, Corporal:\n You will betake yourself and your fireteam\n to the weapon and ammunitiondepot at Gorichshny castle.", "plain", 1] ~5 W_1 SetDir 270 look at SSgt for 10 sec TitleCut ["Make sure you don't attract so.'s attention.\n So be watchfull and aware\n but don't be impulsive.", "plain", 1] W_1 SetDir 270 look at SSgt for 4 sec ~6 All   is  Regards limmy3 Share this post Link to post Share on other sites
SevenBEF 0 Posted January 31, 2007 experiment with this: Put an invisible H (name it hbehind the soldier "he" needs to look at (you can put both soldier & the "H" behind the "him" make a radio trigger and on activation W_1 setMimic "surprised"; h reveal W_1; W_1 doTarget h; Share this post Link to post Share on other sites
mandoble 1 Posted January 31, 2007 Being internal view and in an intro you better try with a real camera. You may try also unit doWatch position. Share this post Link to post Share on other sites
limmy3 0 Posted February 1, 2007 Yes thank you very much! In deed. Â The DoWatch command was the answer. Somehow I didn't think of that. Â Regards limmy3 Share this post Link to post Share on other sites