Mission partway done. Initial objectives set and early SQF functionality in place

This commit is contained in:
2026-05-06 19:53:04 +10:00
parent c449ed8632
commit 6b38e2731c
4 changed files with 58 additions and 0 deletions
+13
View File
@@ -14,6 +14,19 @@ class Header
maxPlayers = 22; // maximum number of players the mission supports
};
class CfgFunctions
{
class CLRK
{
tag = "CLRK";
class Layers
{
file = "functions";
class toggleLayerSim {};
};
};
};
respawnTemplates[] = {"MenuPosition"};
respawnOnStart = 0;
respawnDialog = 1;