objStatus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *ofp * *\| *1.([0-9]{2}) * +\|([^g]|g[^a])" to " | ofp |1.$1 |game2= ofpe |version2= 1.00 |game3= arma1 |version3= 1.00 |game4= arma2 |version4= 1.00 |game5= arma2oa |version5= 1.50 |game6= tkoh |version6= 1.00 |game7= arm...)
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| ofp
|game1= ofp
|1.00
|version1= 1.00


|game2= ofpe
|game2= ofpe
Line 24: Line 24:
|gr1= Briefing
|gr1= Briefing


| Sets the status of an objective that was defined in [[Briefing.html|briefing.html]].
|descr= Sets the status of an objective that was defined in [[Briefing.html|briefing.html]].


Status may be one of:
Status may be one of:
Line 34: Line 34:
To refer to an objective that is named "OBJ_1", for example, use only the index number in this command (i.e. "1" objStatus "HIDDEN").
To refer to an objective that is named "OBJ_1", for example, use only the index number in this command (i.e. "1" objStatus "HIDDEN").


| objectivenumber '''objStatus''' status
|s1= objectivenumber [[objStatus]] status


|p1= objectivenumber: [[String]]
|p1= objectivenumber: [[String]]
Line 40: Line 40:
|p2= status: [[String]]
|p2= status: [[String]]


|r1=[[Nothing]]
|r1= [[Nothing]]


|x1= <code>"1" [[objStatus]] "DONE"</code>  
|x1= <sqf>"1" objStatus "DONE";</sqf>  
Marks the objective named "OBJ_1" as completed.
Marks the objective named "OBJ_1" as completed.
|seealso=
}}
}}
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 23:42, 28 June 2022

Hover & click on the images for description

Description

Description:
Sets the status of an objective that was defined in briefing.html. Status may be one of:
  • "ACTIVE"
  • "FAILED"
  • "DONE"
  • "HIDDEN"
To refer to an objective that is named "OBJ_1", for example, use only the index number in this command (i.e. "1" objStatus "HIDDEN").
Groups:
Briefing

Syntax

Syntax:
objectivenumber objStatus status
Parameters:
objectivenumber: String
status: String
Return Value:
Nothing

Examples

Example 1:
"1" objStatus "DONE";
Marks the objective named "OBJ_1" as completed.

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note