Jump to content
Sign in to follow this  
limmy3

SetDir 270 in camera-intro

Recommended Posts

Hello fellows,

the search function won't help me.

SetDir is not listed.  sad_o.gif

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  help.gif  is  welcome.gif

Regards limmy3

Share this post


Link to post
Share on other sites

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

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

Yes thank you very much! In deed.  biggrin_o.gif

The DoWatch command was the answer.

Somehow I didn't think of that.  banghead.gif

Regards limmy3

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×