Home   Help Search Login Register  

Author Topic: Objectives  (Read 586 times)

0 Members and 1 Guest are viewing this topic.

Commando

  • Guest
Objectives
« on: 16 May 2005, 15:38:19 »
hey all, i got a strange problem and i got when i tried to implement some stuff in my mission but i have gotten some serious problem with the briefing, the thing is my triggers look like this  
Code: [Select]
"OBJ_WEST_1" objStatus "failed"; fu1 setDammage 1";and the part in the briefing looked like this
Code: [Select]
<a name = "OBJ_WEST_1"></a>Give the resistance <a href="marker:reshelp">a helping hand</a>. but the briefing doesn't get marked when i have finnished the objectives, something is pretty messed up there and i wonder if its the way that you have to do the trigger like this
Code: [Select]
"1" objStatus "done"; and the briefing part like
Code: [Select]
<a name = "OBJ_1"></a>Conquer <A HREF="marker:base1">the first base</A>???
so anyone know whats the correct way to do it in?

Offline 456820

  • Contributing Member
  • **
Re:Objectives
« Reply #1 on: 16 May 2005, 16:50:48 »
the second way should be write thats how i do it and it works fine for me

Commando

  • Guest
Re:Objectives
« Reply #2 on: 16 May 2005, 17:50:04 »
Thx 456820   ;D i figured it out by myself after some painstaking testing and got it working your way  :) time to put this thread to the Solved pile  :D