ofp:missions:errorunknownoperator
Differences
This shows you the differences between two versions of the page.
ofp:missions:errorunknownoperator [2008/04/27 14:35] – created initial errorunknownoperator page snakeman | ofp:missions:errorunknownoperator [2024/07/31 13:11] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Error Unknown Operator ====== | + | ====== |
- | This error occurs when the game engine has attempted to parse something as an operator, but could not successfully find the given symbol. | + | [[https:// |
+ | |||
+ | **Operation Flashpoint (OFP)** aka ArmA: Cold War Assault (CWA) | ||
+ | |||
+ | This error occurs when the game engine has attempted to parse something as an operator, but could not successfully find the given symbol. | ||
Examples: | Examples: | ||
Line 9: | Line 13: | ||
</ | </ | ||
- | There are several reasons why this might happen. If a script intended for a new version of OFP makes use of a new operator, and is run on an old copy of the game, this error will show up. Another common cause is when executing a formatted String as an instruction, | + | There are several reasons why this might happen. If a script intended for a new version of OFP makes use of a new operator, and is run on an old copy of the game, this error will show up. Another common cause is when executing a formatted String as an instruction, |
- | Example: | + | Example: |
< | < | ||
- | ["a = %1", b] | + | ["a = %1", b] |
</ | </ | ||
- | Outputted instruction: | + | Outputted instruction: |
+ | |||
+ | a = scalar bool array string 0xfcfffef | ||
- | a = scalar bool array string 0xfcfffef | + | Result: |
- | Result: | + | The engine interprets ' |
- | The engine interprets ' |
ofp/missions/errorunknownoperator.1209306905.txt.gz · Last modified: 2008/04/27 14:35 (external edit)