Lorenzo 0 Posted July 3, 2002 hello i have some questions, i put all here : i reach the action (script) for ended an intro (and mission) ... i have try forceEnd but nothing append how i can "put up" a variable from a script to the mission ? i have to define a variable in a external script (.sqs) and i need it for start a trigger in the initialization field ... but it's not the same level and the trigger don't have the variable ... ther'is somebody who use this actions ? </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">_cam camSetBank -5 _cam camSetDir 50 _cam camSetDive -50 _cam camSetFovRange [0.1, 0.5]<span id='postcolor'> for me they do nothing i can see ... thank's Share this post Link to post Share on other sites
Chris Death 0 Posted July 3, 2002 To your variable question: just put this into your script; Single player: variable_name=what_you_want_it_to_be Multi player: variable_name=what_you_want_it_to_be publicaVariable "variable_name" Share this post Link to post Share on other sites
Lorenzo 0 Posted July 3, 2002 i'm surprised, i have try : fin=1 (normaly) in the script but i have't do it work ... i go make more tests thanks Share this post Link to post Share on other sites