setMarkerCondition (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.00
Description
- Description:
- Sets the marker condition, which determines whether the marker will be shown.
Syntax
- Syntax:
- markername setMarkerCondition markercondition
- Parameters:
- markername: String - Name of marker
- markercondition: String - Condition to be fulfilled
- Return Value:
- Nothing
Examples
- Example 1:
"Marker1" setMarkerCondition "side player == WEST"
Additional Information
- Multiplayer:
- The marker is modified on all computers in a network session.

