Home   Help Search Login Register  

Author Topic: "obj_1" objstatus "done" - NO GREEN CHECKER?!  (Read 729 times)

0 Members and 1 Guest are viewing this topic.

pangzi

  • Guest
"obj_1" objstatus "done" - NO GREEN CHECKER?!
« on: 19 Feb 2003, 17:13:06 »
OK i wrote this in my briefing.html
Code: [Select]
<p><a name="OBJ_1"></a>Call team Beta (0-0-1)</p>
and than made a radio-trigger with the following "on activation" line
Code: [Select]
"obj_1" objstatus "done"I get the hint pop-up saying "objective achieved" BUT i don't get no green checker in the mission warrant. Not that it would matter much but i want a green checker  :gunman:

Offline GomerPyle

  • Members
  • *
  • OFPEC rocks.....
Re:"obj_1" objstatus "done" - NO GREEN CHECKER?!
« Reply #1 on: 19 Feb 2003, 17:16:21 »
Whats happening when you use the radio? anything except the end thing?

Offline Ranger

  • Members
  • *
  • Hoo-ah!
Re:"obj_1" objstatus "done" - NO GREEN CHECKER?!
« Reply #2 on: 19 Feb 2003, 18:29:53 »
Your code should be:

"1" objStatus "DONE"

Good luck.
Ranger

Offline GomerPyle

  • Members
  • *
  • OFPEC rocks.....
Re:"obj_1" objstatus "done" - NO GREEN CHECKER?!
« Reply #3 on: 19 Feb 2003, 18:49:43 »
Yes thats it... 1 is the number its looking for not obj_1....
and 2 if you got a second, but thats obvious itsnt it? lolol

pangzi

  • Guest
Re:"obj_1" objstatus "done" - NO GREEN CHECKER?!
« Reply #4 on: 19 Feb 2003, 19:28:17 »
ooh i see. thanx :thumbsup: