Update Guidelines.txt
This commit is contained in:
parent
644925cbb8
commit
7c88d1fead
@ -1,21 +1,7 @@
|
|||||||
Variables to define
|
Features:
|
||||||
marker parameters
|
|
||||||
Marker Text
|
|
||||||
|
|
||||||
Mission start message
|
Exports static or dynamic missions preformated in .sqf code. Simply paste the output of the editor into a new .sqf file, edit entires to refine mission parameters and add the name of the mission file to GMS_missionLists.
|
||||||
Mission end message
|
Captures simple objects, sets allow dammage and allow similation according to editor settings, and captures marker configurations.
|
||||||
Mission level
|
|
||||||
|
|
||||||
To pull units:
|
|
||||||
private _units = allUnits;
|
|
||||||
|
|
||||||
|
|
||||||
To pull objects:
|
|
||||||
_center = allMissionObejcts "RoadCone_L_F";
|
|
||||||
_buildings = allMissionObjects "Building";
|
|
||||||
_things = allMissionObjects "ThingX";
|
|
||||||
_baseObjects = _buildings append _things;
|
|
||||||
|
|
||||||
_static = allMissionObejcts "StaticWeapon";
|
|
||||||
_vehicles = allMissionObejcts "Car" + allMissionObejcts "Tank" + allMissionObejcts "Ship";
|
|
||||||
_air = allMissionObejcts "Air";
|
|
||||||
|
Loading…
Reference in New Issue
Block a user