reveal
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Reveals a unit to a group or another unit.
The knowledge value will be set to the highest level any unit of the revealing side has about the revealed unit. If the revealing side has no knowledge about the revealed unit, the value will be set to 1.
Syntax
- Syntax:
- groupName reveal unitName
- Parameters:
- groupName: Object or Group which receives revealing information
- unitName: Object which is revealed
- Return Value:
- Nothing
Examples
- Example 1:
_soldierOne reveal _soldierTwo (soldierOne received information about soldierTwo)
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- knowsAbout
Notes
Notes
Notes
- Posted on January 15, 2007
- Ceeeb
- In OFP v1.96, When a target is revealed to a unit, it's knowsAbout rating is set to 1, unless it was already more than 1 in which case reveal does nothing. See knowsAbout for more details about knowsAbout ratings and limitations.

