Gabriel Morte
Member-
Content Count
6 -
Joined
-
Last visited
-
Medals
Everything posted by Gabriel Morte
-
How to create a repeatable task?
Gabriel Morte posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
In my scenario, after executing various tasks, the player needs to return to the base every time to replenish supplies and rearm, how to create 1 universal, repeatable a task (ModuleTaskCreate_F) that would bring me back every time? Thank you all in advance for your help. -
How to create a repeatable task?
Gabriel Morte replied to Gabriel Morte's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you very much, the mission.sqm you provided works great, can I use this code as a universal template? 1. ["1"] call BIS_fnc_deleteTask; [ "1", true ["Description..."","Title...",""], arrow_1, "AUTOASSIGNED", 5, true true "Defend", true ] call BIS_fnc_setTask; 2. ["1","SUCCEEDED"] call BIS_fnc_taskSetState; -
How to create a repeatable task?
Gabriel Morte replied to Gabriel Morte's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It partially worked, after reactivation (Cycle 2), you have to manually assign tasks by opening the map menu. Here: https://drive.google.com/file/d/10_4JQ2qvXuycBeek6YPP29S1Nor2QaOt/view?usp=sharing -
How to create a repeatable task?
Gabriel Morte replied to Gabriel Morte's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'll try this later, of course, but it seems like we're talking about different things. Step by step: There is 1 cycle from the beginning, the first activation of the task. 1. My character enters the blue arrow trigger for the first time. 1.1. A navigation marker appears on the scene (0:40 sec.), it is located at the position where ModuleTaskCreate_F is located, and has the form (box). 2. My character enters the trigger with a red arrow for the first time, the task is completed. 2.1. The navigation marker disappears when the task is completed (0:46sec.) 3. Cycle 2, task reactivation, 3.1. Navigation marker no longer appears (0:51 sec.) How do I get the navigation marker back on reactivation? -
How to create a repeatable task?
Gabriel Morte replied to Gabriel Morte's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yes of course, I recorded a video, hope it helps. https://drive.google.com/file/d/1sCaxdoWJKXO2L_6Kkv8KWENWmkc63BOv/view?usp=sharing -
How to create a repeatable task?
Gabriel Morte replied to Gabriel Morte's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for the tip, it works, but how do I refresh the task marker/label? The list is selected (box)