Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yeah that's what I was afraid of, thanks for the help though.
if you are used to C++ then sqf will be easy for you, i came from LUA and instantly understood sqf, BI supply many (many) inherent functions to help with arma scripting to achieve goals, take a look at the arma functions wiki for details of the built in function calls. learn them functions then get creating :) it becomes easy in no time.
I've started learning C as well and using arma SQF to test - expand your experiments is a fun way to learn.
for example and this is simple as it gets: ! means 'not' both for sqf and c.