Category:Scripting Topics
From Bohemia Interactive Community
Introduction
Scripting is a very important tool in creating good missions or addons. Scripts can be excuted from a trigger, or in the init field of a player or object, or even executed inside other scripts. A script is a simple text file, with an extension of .sqs or .sqf.
A simple example of executing a script in the player init field would look something like this:
[argument] exec "myscript.sqs" (for SQS scripts)
nul = [argument] execVM "myscript.sqf" (for SQF scripts)
As there is a very keen interest in the newly added Armed Assault scripting commands, the following list was created so that fans could easily find these new commands: ArmA: New Scripting Commands
Command Reference
The links below take you to the OFP Scripting Commands and related information.
Scripting Commands - Complete List of All Scripting Commands.
Scripting Commands for ArmA - Scripting Commands for Armed Assault.
Scripting Commands for OFP: Elite - Scripting Commands for OFP: Elite.
Scripting Commands for OFP Version 1.96 - Scripting Commands for OFP v1.46 to v1.96.
Scripting Commands OFP Version 1.46 - Scripting Commands for OFP v1.00 to v1.46.
Scripting Commands for VBS1 - Scripting Commands for VBS1.
Scripting Commands for VBS2 - Scripting Commands for VBS2.
Subcategories
AC |
C cont.EMPR |
STW |
Articles in category "Scripting Topics"
ACDE |
E cont.FGILOP |
STVW |

