OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started 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
-
maybe if u posted it we coulde help more, but anywas
maybe u did not put the correct number?
-
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)
-
OK here it is, im sorry I took so long I went to a different house/computer, for the holiday.
-
This is the code you use for the second objective:
<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:
<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
-
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"...
-
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.
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?
-
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.
-
Thank you everybody. Everything is working fine now. :)