@@ -54,7 +54,7 @@ if (0 == _foundPickupPos select 0 && 0 == _foundPickupPos select 1) exitWith {
5454
5555commandpointsblu1 = commandpointsblu1 - 10 ;
5656publicVariable " commandpointsblu1" ;
57- PAPABEAR sidechat " Roger that, the FOB is being deployed..." ;
57+ [ west , " PAPA_BEAR " ] sidechat " Roger that, the FOB is being deployed..." ;
5858
5959_fobname = [1 ] call compile preprocessFile " random_name.sqf" ;
6060// create marker on FOB
@@ -96,7 +96,7 @@ _fob addaction ["<t color='#ff0000'>Fortify FOB(4CP)</t>","inithq\fortifyFOB.sqf
9696[_foundPickupPos , _size ] execvm " createpatrol.sqf" ;
9797[_foundPickupPos , _size ] execvm " createpatrol.sqf" ;
9898
99- PAPABEAR sidechat " The FOB has been deployed." ;
99+ [ west , " PAPA_BEAR " ] sidechat " The FOB has been deployed." ;
100100
101101_handle = [_foundPickupPos , _fob ] execVM " initHQ\guardsFOB.sqf" ;
102102
@@ -113,7 +113,7 @@ _trg23 setTriggerStatements["this", format["[""FOB %1"",thislist] execvm 'enterl
113113_trgWarning = createTrigger [" EmptyDetector" ,_foundPickupPos ];
114114_trgWarning setTriggerArea [300 ,300 ,0 ,false ];
115115_trgWarning setTriggerActivation [" EAST" ," PRESENT" ,true ];
116- _trgWarning setTriggerStatements [" this" ,format [" PAPABEAR sidechat 'This is HQ, enemies have been reported around FOB %1'" ,_fobname ], " " ];
116+ _trgWarning setTriggerStatements [" this" ,format [" [west, " " PAPA_BEAR " " ] sidechat 'This is HQ, enemies have been reported around FOB %1'" ,_fobname ], " " ];
117117
118118// ADD THE FOB TO Array_of_FOBS
119119fobSwitch = true ; // tell that this is the player who created the FOB (to avoid variableEventHandler to trigger)
0 commit comments