Page 1 of 1

Posted: Sat, 26.4.2003, 14.41
by Fireball
Can anybody help me with example for maiking hidden objectives for briefings? Or tell me where to find example?

Posted: Sat, 26.4.2003, 17.07
by 109-1044455245
1st, you must have init.sqs file. If you don't have one then make it one (i use notepad).

2nd, but the following lines there.
- for example:
"1" objstatus "HIDDEN"
"2" objstatus "HIDDEN"

3rd, Remember to save init.sqs file in your mission folder (\\OperationFlashpoint\Users\username\missions\yourmission)

4th, when you wanna activate hidden objective/s a trigger would be the most approriate for that...

EXAMPLE TRIGGER:
activation: west, east, civilian, game logic etc.
type: switch
condtition: this
on activation: "1" objstatus "ACTIVE"; "2" objstatus "ACTIVE";

I hope this will help you... at least works fine in my mission/s.

Posted: Sun, 27.4.2003, 12.18
by Fireball
:) Thanks a lot muju!