Common Scripting Errors – Category
Jump to navigation
Jump to search
Place holder for common scripting Errors.
Generic Error in Expression ( providing operators with incorrect operand types )
Invalid number in expression ( incomplete / malformed expression )
Type ... Expected Nothing ( incomplete statement / expression only )
Error Unknown Operator '..' ( OFP has attempted to parse an expression, but cannot find the operator specified. Generally happens when new scripting commands are run under old versions, or when an uninitialised variable is converted to a string. Example: call format ["a = %1", b] runs 'a = scalar bool array ...'. OFP interpretes 'scalar' as an uninitialised variable, then 'bool' as an operator)
Pages in category "Common Scripting Errors"
The following 9 pages are in this category, out of 9 total.