arma:scripting:pmc_logic1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
arma:scripting:pmc_logic1 [2008/04/30 14:56] – added bit more explanation on gamelogic snakeman | arma:scripting:pmc_logic1 [2024/08/01 10:43] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Units on GameLogics ====== | + | ====== |
- | **Units | + | [[https:// |
+ | |||
+ | **ArmA 1** aka Armed Assault (ArmA) | ||
+ | |||
+ | **Units | ||
This was the very first script I put together, took a look Evolutions makeshilka function and adapted that. This will scan all **gameLogic**s named " | This was the very first script I put together, took a look Evolutions makeshilka function and adapted that. This will scan all **gameLogic**s named " | ||
The whole point of this kind of method is that to create this mission, all you need to do is to place your unit/group and then what ever number of gamelogics. When you create gamelogic called " | The whole point of this kind of method is that to create this mission, all you need to do is to place your unit/group and then what ever number of gamelogics. When you create gamelogic called " | ||
- | < | + | < |
_allvecA = [" | _allvecA = [" | ||
_allvecB = [" | _allvecB = [" | ||
Line 21: | Line 25: | ||
!(isNull _grp); | !(isNull _grp); | ||
}; | }; | ||
- | + | ||
" | " | ||
" | " | ||
Line 56: | Line 60: | ||
!(isNull _grp); | !(isNull _grp); | ||
}; | }; | ||
- | + | ||
" | " | ||
" | " | ||
Line 96: | Line 100: | ||
</ | </ | ||
The vehicles come in random type, however soldiers are always the "basic squad" style. | The vehicles come in random type, however soldiers are always the "basic squad" style. | ||
+ |
arma/scripting/pmc_logic1.1209567360.txt.gz · Last modified: 2008/04/30 14:56 by snakeman