Home   Help Search Login Register  

Author Topic: objectives in the briefing file  (Read 447 times)

0 Members and 1 Guest are viewing this topic.

jollyolly

  • Guest
objectives in the briefing file
« on: 14 Dec 2002, 15:44:58 »
I have this code in the briefing:

<p><a name = "OBJ_1"></a>Make contact with Vladimir
Rosicky.</p>

<p><a name = "OBJ_2"></a>Protect Vladimir Rosicky.</p>

Now, objective one works fine, but objective two doesn't have the little check mark against it after it has been activated. (It starts off hidden using an init file). When the objective is failed no cross appears next to it, when mission achieved there is no tick, why?

Therre may be an obvious answer to this but I just can't see the solution for looking, any help would be much appreciated.

seanver

  • Guest
Re:objectives in the briefing file
« Reply #1 on: 14 Dec 2002, 20:23:12 »
Put <hr> between the two objectives:

Code: [Select]
<p><a name = "OBJ_1"></a>Make contact with Vladimir
Rosicky.</p>

<hr>

<p><a name = "OBJ_2"></a>Protect Vladimir Rosicky.</p>
« Last Edit: 14 Dec 2002, 20:25:33 by SeAnVeR »