Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Real problem with objectives
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Real problem with objectives (Read 461 times)
0 Members and 1 Guest are viewing this topic.
Siber Fox
Guest
Real problem with objectives
«
on:
06 Sep 2003, 10:22:11 »
I got a problem. (duh). I have it so that they show up in the map breifing, but it will never check them off. I tried obj1=ture in the On activation field, and On Deactivation field but it didnt work. Can anyone help?
Logged
Knut Erik
Guest
Re:Real problem with objectives
«
Reply #1 on:
06 Sep 2003, 11:19:52 »
Try this
"1" objStatus "Done"
This should tick off objective 1
"2" objStatus "Done"
This should tick off objective 2
And so on.......
"1" objStatus "Failed"
This makes objective 1 fail
"1" objStatus "Hidden"
This hides objective 1
"1" objStatus "Vissible"
This makes objective 1 become vissible again
Logged
GrimMonkey
Guest
Re:Real problem with objectives
«
Reply #2 on:
06 Sep 2003, 17:24:46 »
I hope you are aware that the lines to make objectives hidden go in a file called init.sqs, and it has to be called that
.
Also, the line to make objectives visable is: "objective#" objstatus "Active"
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Real problem with objectives
Top of page