Scripting Topics – Category

From Bohemia Interactive Community
Revision as of 00:52, 6 July 2015 by Killzone Kid (talk | contribs) (Undo revision 90554 by Heeeere's Johnny! (talk) reverted edit that would lead to editor error)
Jump to navigation Jump to search

Introduction

Scripting is a very important tool in creating good missions or addons. Scripts can be executed from a trigger, or in the initialization 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. In Arma2, .sqs scripts can still function, although .sqs format has been deprecated. If you are new to scripting you should try to script in .sqf. Also, start here.

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 ArmA 2 scripting commands, the following list was created so that fans could easily find these new commands:

Arma 2: New Scripting Commands

Arma 3: New Scripting Commands

Command Reference

The links below take you to the OFP/ArmA Scripting Commands and related information.

Scripting Commands - Complete List of All Scripting Commands.

Scripting Commands for Arma 3 - Scripting Commands for Arma 3.

Scripting Commands for Take On Helicopters - Scripting Commands for Take On Helicopters.

Scripting Commands for Arma 2 - Scripting Commands for Arma 2 & Arma 2: Operation Arrowhead.

Scripting Commands Arma 2 vs VBS2 2 - List of commands that are in Arma 2 but not in VBS2 2.02.

Scripting Commands for Arma - Scripting Commands for Arma: 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.

Subcategories

This category has the following 10 subcategories, out of 10 total.

A

D

E

F

S