SetMissionFlag
DocsSetMissionFlag(toggle)Description
If true, the player can't save the game.
If the parameter is true, sets the mission flag to true, if the parameter is false, the function does nothing at all.
^ also, if the mission flag is already set, the function does nothing at allParameters
| Name | Type | Description |
|---|---|---|
toggle | BOOL | — |
Returns
voidThis native does not return a value.