Home   Help Search Login Register  

Author Topic: One objective dosent have a place for checkmarks  (Read 729 times)

0 Members and 1 Guest are viewing this topic.

Offline penguinman

  • Contributing Member
  • **
  • Money is worthless, just paper, ink, and threads
One objective dosent have a place for checkmarks
« 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
« Last Edit: 17 Dec 2005, 04:52:57 by penguinman »

marcus3

  • Guest
Re:One objective dosent have a place for checkmarks
« Reply #1 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?

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:One objective dosent have a place for checkmarks
« Reply #2 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)

Offline penguinman

  • Contributing Member
  • **
  • Money is worthless, just paper, ink, and threads
Re:One objective dosent have a place for checkmarks
« Reply #3 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.


Offline Pilot

  • Contributing Member
  • **
Re:One objective dosent have a place for checkmarks
« Reply #4 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
« Last Edit: 23 Dec 2005, 23:37:50 by Pilot »

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:One objective dosent have a place for checkmarks
« Reply #5 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"...
« Last Edit: 24 Dec 2005, 13:03:43 by bedges »

Offline penguinman

  • Contributing Member
  • **
  • Money is worthless, just paper, ink, and threads
Re:One objective dosent have a place for checkmarks
« Reply #6 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?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:One objective dosent have a place for checkmarks
« Reply #7 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.
Plenty of reviewed ArmA missions for you to play

Offline penguinman

  • Contributing Member
  • **
  • Money is worthless, just paper, ink, and threads
Re:One objective dosent have a place for checkmarks
« Reply #8 on: 29 Dec 2005, 22:49:28 »
Thank you everybody. Everything is working fine now. :)