loadIdentity
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint: Resistance
- Version:
- 1.75
Description
- Description:
- Loads person's identity from Objects.sav file in campaign directory (from entry name).
Syntax
- Syntax:
- Boolean = Person loadIdentity "EntryName"
- Parameters:
- Person
- EntryName: String
- Return Value:
- Boolean
Examples
- Example 1:
_ok= [[player]] '''loadIdentity''' "playerIdentity"
Additional Information
- Multiplayer:
- This command doesn't work in Multiplayer

