User Tools

Site Tools


ofp:missions:errorunknownoperator

OFP Error Unknown Operator

OFP Forum, OFP Home, OFP File Formats, OFP Tools, OFP Missions, OFP 3D Modeling, OFP Terrain

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:

_myBits = 1002 | 43
_myVariable = "hello " concat "world!"

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, where a variable inside the instruction is undefined.

Example:

["a = %1", b]

Outputted instruction:

a = scalar bool array string 0xfcfffef

Result:

The engine interprets 'scalar' as an uninitialized variable (similar to 'b' in the above example), and the parser expects an operator as the next token. 'bool' cannot be found in the list of operators (since it isn't one), and so an Unknown Operator message is given.

ofp/missions/errorunknownoperator.txt · Last modified: 2024/07/31 13:11 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.