Common Scripting Errors – Category

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===Introduction===
Scripting can generate some errors here and there, it should be considered that all error messages that show up in white lettering across the top of the screen ''in game are'' scripting related.


Scripting in Operation Flashpoint can generate some errors here and there, it should be considered that all error messages that show up in white lettering across the top of the screen ''in game are'' scripting related.
[[Category: Scripting Topics]]
 
===Errors to be Added===
 
[[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)

Latest revision as of 12:09, 30 November 2017

Scripting can generate some errors here and there, it should be considered that all error messages that show up in white lettering across the top of the screen in game are scripting related.