From 43ef53312e3bb6ca2352f1aad2e0f42bfffce127 Mon Sep 17 00:00:00 2001 From: Raymix Date: Sat, 18 Jun 2016 02:47:36 +0100 Subject: [PATCH] auto-merge conflict fix --- Sources/epoch_code/System/task_control.fsm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Sources/epoch_code/System/task_control.fsm b/Sources/epoch_code/System/task_control.fsm index 265f593a..a68582cb 100644 --- a/Sources/epoch_code/System/task_control.fsm +++ b/Sources/epoch_code/System/task_control.fsm @@ -624,7 +624,7 @@ class FSM condition=/*%FSM*/"diag_tickTime - _lastChat > _taskDiagSquelch && call _taskDiagCond3 && count _taskDiag3 > 0"/*%FSM*/; action=/*%FSM*/"_diag = selectRandom _taskDiag3;" \n "" \n - "[format [""%1"",_diag], 5] call Epoch_dynamicText;" \n + "[format [""%1"",_diag], 5] call Epoch_message;" \n "" \n "" \n "_chat3Done = true;" \n @@ -640,7 +640,7 @@ class FSM precondition = /*%FSM*/""/*%FSM*/; condition=/*%FSM*/"diag_tickTime - _lastChat > _taskDiagSquelch && call _taskDiagCond2 && count _taskDiag2 > 0"/*%FSM*/; action=/*%FSM*/"_diag = selectRandom _taskDiag2;" \n - "[format [""%1"",_diag], 5] call Epoch_dynamicText;" \n + "[format [""%1"",_diag], 5] call Epoch_message;" \n "_chat2Done = true;" \n "_lastChat = diag_tickTime;"/*%FSM*/; }; @@ -665,7 +665,7 @@ class FSM precondition = /*%FSM*/""/*%FSM*/; condition=/*%FSM*/"(!_chat1Done) && call _taskDiagCond1 && count _taskDiag1 > 0"/*%FSM*/; action=/*%FSM*/"_diag = selectRandom _taskDiag1;" \n - "[format [""%1"",_diag], 5] call Epoch_dynamicText;" \n + "[format [""%1"",_diag], 5] call Epoch_message;" \n "_chat1Done = true;" \n "_lastChat = diag_tickTime;"/*%FSM*/; }; @@ -1061,7 +1061,7 @@ class FSM precondition = /*%FSM*/""/*%FSM*/; condition=/*%FSM*/"!_diag1Done && count _taskCompleteDiag1 > 0"/*%FSM*/; action=/*%FSM*/"_diag = selectRandom _taskCompleteDiag1;" \n - "[format [""%1"",_diag], 5] call Epoch_dynamicText;" \n + "[format [""%1"",_diag], 5] call Epoch_message;" \n "_diag1Done = true;"/*%FSM*/; }; /*%FSM*/ @@ -1074,7 +1074,7 @@ class FSM precondition = /*%FSM*/""/*%FSM*/; condition=/*%FSM*/"_diag1Done && (!_diag2Done) && diag_tickTime - _lastLoop > 20 && count _taskCompleteDiag2 > 0"/*%FSM*/; action=/*%FSM*/"_diag = selectRandom _taskCompleteDiag2;" \n - "[format [""%1"",_diag], 5] call Epoch_dynamicText;" \n + "[format [""%1"",_diag], 5] call Epoch_message;" \n "_diag2Done = true;"/*%FSM*/; }; /*%FSM*/ @@ -1377,7 +1377,7 @@ class FSM precondition = /*%FSM*/""/*%FSM*/; condition=/*%FSM*/"count _taskFailedDiag > 0"/*%FSM*/; action=/*%FSM*/"_diag = selectRandom _taskFailedDiag;" \n - "[format [""%1"",_diag], 5] call Epoch_dynamicText;" \n + "[format [""%1"",_diag], 5] call Epoch_message;" \n "_taskFailedDiag = [];"/*%FSM*/; }; /*%FSM*/ @@ -1426,7 +1426,7 @@ class FSM precondition = /*%FSM*/""/*%FSM*/; condition=/*%FSM*/"count _taskReminder > 0 && !_taskFailed"/*%FSM*/; action=/*%FSM*/"_diag = selectRandom _taskReminder;" \n - "[format [""%1"",_diag], 5] call Epoch_dynamicText;" \n + "[format [""%1"",_diag], 5] call Epoch_message;" \n "_taskReminder = [];"/*%FSM*/; }; /*%FSM*/