# engimas_simple_tasks **Repository Path**: DIGARMA3/engimas_simple_tasks ## Basic Information - **Project Name**: engimas_simple_tasks - **Description**: 一个简单的方法来处理任务目标(任务)。 一组简单的命令允许您添加和更新任务在任务进展。 网络上的所有玩家都假设有相同的任务。 似在SP工作,议员,Dedi和吉格。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://diguo520.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1。 “Engima”文件夹复制到你的任务文件夹。 2。 创建文件”init。 sqf”你的任务文件夹(如果你不已经有)。 添加以下行init.sqf的顶部: > call compile preprocessFileLineNumbers "Engima\SimpleTasks\Init.sqf"; 3. > Customize the list of mission's initial tasks in the file "Engima\SimpleTasks\UserConfig.sqf". > [size=11]Usage:[/size] 添加以下函数调用动态地创建一个新的任务:[代码][“ExampleTask”,“这是一个例子。 "]叫ENGTASKS_CreateTask; 添加下面的函数调用来更新现有的任务:任务状态 > ["ExampleTask", "SUCCEEDED."] call ENGTASKS_SetTaskState;