the_unknown_one 0 Posted July 6, 2003 OK.. i'm making a campaign, and i want to have it so that in the second mission, it has the same amount of people that you had in teh end of the first mission. e.g. I have 8 people in my squad in mission one, and two of them die (an MG guy and a soldier) how would i make it so that in the second mission, the squad starts off wih an MG guy and a soldier missing? And make it so that if all my men died, all the men would be missing etc.? the_unknown_one P.S. Also, Objstatus is not working. In the init.sqs i have Code Sample[/b] </td></tr><tr><td id="CODE">"0" objstatus "HIDDEN"But it still displays the objective.(destroy SCUDs) I have also tried it in the description.ext, but it says somehting like <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Quote ]Error: """ encountyered instead of "=".please help. tia. Share this post Link to post Share on other sites
SpecOp9 0 Posted July 6, 2003 the best place to go for this would be www.ofpec.com It's not up yet, so you will need to wait for monday. They will help. Share this post Link to post Share on other sites
the_unknown_one 0 Posted July 6, 2003 Thanks, but will i need to specifically ask, or find a tut? the_unknown_one Share this post Link to post Share on other sites
RED 0 Posted July 6, 2003 It should be like this: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">0 objstatus "HIDDEN" Take a look at the tutorial "Vehicle presence in campaign (Resistance only)" at my website: http://www.red-dev.net/pages.php?page=tutorials RED Share this post Link to post Share on other sites
the_unknown_one 0 Posted July 6, 2003 Thanks, i've been doin it like that but with " marks around the 0. Ill try it without them. Thanks again, the_unknown_one Share this post Link to post Share on other sites
the_unknown_one 0 Posted July 6, 2003 *bump* Oh, and do i ned to name the objectives or not?(it doesnt work without the " marks) the_unknown_one Share this post Link to post Share on other sites
RED 0 Posted July 7, 2003 You were right the first time, it does need the "0". Make sure your briefing is setup correctly, this will work: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><a name = "OBJ_0"> RED Share this post Link to post Share on other sites
the_unknown_one 0 Posted July 7, 2003 Uh-oh, i used a breifing generator ti do it. where would i put that if i was to edit it in word? w( which i really dont want to do cos i dnt wanna crap it up) the_unknown_one P.S. ive just tried it in notepad, will ope ofp now and test it (didnt realise how simple it was ) Share this post Link to post Share on other sites
Skul 0 Posted July 7, 2003 Keeping men's status uses the save variable thingummy. I'm not sure how it works, though... I'll have to research that... [Gareth Gates must die] Share this post Link to post Share on other sites