OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: penguinman on 17 Dec 2005, 04:51:03

Title: One objective dosent have a place for checkmarks
Post by: penguinman on 17 Dec 2005, 04:51:03
hello,

I have a briefing with 6 objectives. In the game on the briefing screen, the 3rd one down is on there, but it is one line below the 2nd one down insted of the ussusal 2 or three so it just looks like part of the 2nd objective.. It dosent have its own circle for done fail hidden ect...

Ive looked at it in a text editor clearly, is there any way to fix this or anything I might have overlooked

thanks
Title: Re:One objective dosent have a place for checkmarks
Post by: marcus3 on 17 Dec 2005, 06:13:00
maybe if u posted it we coulde help more, but anywas
maybe u did not put the correct number?
Title: Re:One objective dosent have a place for checkmarks
Post by: bedges on 17 Dec 2005, 11:59:22
indeed. i have (modesty aside) a certain aptitude with briefings and getting them to work. attach the briefing to your next post and we'll get it fixed.  8)
Title: Re:One objective dosent have a place for checkmarks
Post by: penguinman on 23 Dec 2005, 23:15:15
OK here it is, im sorry I took so long I went to a different house/computer, for the holiday.

Title: Re:One objective dosent have a place for checkmarks
Post by: Pilot on 23 Dec 2005, 23:35:02
This is the code you use for the second objective:
Code: [Select]
<p><a name = "OBJ_2"></a>Capture the Enemy Personel Target, proceed to the <a href="marker:m15">EPT dropoff point</a>.
<hr>

Notice you are mission a "</p>"  It should be:

Code: [Select]
<p><a name = "OBJ_2"></a>Capture the Enemy Personel Target, proceed to the <a href="marker:m15">EPT dropoff point</a>.
</p>
<hr>

-Pilot

EDIT:
Sorry about not yet finishing my beta-test, btw.  I've been swamped with studying for a placement test for a local university.  Now that that's out of the way, I may have time tonight to finish
Title: Re:One objective dosent have a place for checkmarks
Post by: bedges on 24 Dec 2005, 13:03:25
that's what it will be.

also, be wary of linking back to the plan page, as the page background will not change like it does when clicking the tab link at the top. an ofp "feature"...
Title: Re:One objective dosent have a place for checkmarks
Post by: penguinman on 26 Dec 2005, 08:38:42
ok, unfortunately, I dont have a version that is more recent here, it is on my home computer, So i will have to remember to change it when I get home but thank you for the help.

Quote
also, be wary of linking back to the plan page, as the page background will not change like it does when clicking the tab link at the top. an ofp "feature"...

So your saying I should remove the "return to plan" links?
Title: Re:One objective dosent have a place for checkmarks
Post by: macguba on 26 Dec 2005, 14:52:35
Yes.    The player can get back there with the Plan tab anyway, and returning via a link makes the Objectives disappear.    This is a game bug.
Title: Re:One objective dosent have a place for checkmarks
Post by: penguinman on 29 Dec 2005, 22:49:28
Thank you everybody. Everything is working fine now. :)