estimatedTimeLeft
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.34
Description
- Description:
- Sets the "time left" value that is shown in the "Game in Progress" screen during multiplayer sessions. This command works in MP only.If you set param1, param2 or following in the mission's description.ext, you can use those values instead of time.
Syntax
- Syntax:
- estimatedTimeLeft seconds
- Parameters:
- seconds: Number - estimated time in seconds, or one of {param1, param2, ...}
- Return Value:
- Nothing
Examples
- Example 1:
?("OBJ1" objectStatus "DONE") : estimatedTimeLeft 600
Additional Information
- Multiplayer:
- Behaviour unknown.

