Arma3 - Laptop with Custom Intel: Difference between revisions

From ScottWiki
Jump to navigation Jump to search
m (1 revision imported)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 17:12, 15 December 2022

Drop a laptop, stick the code below in the Init section. (You need to remove all comments before saving the object. )


[ this ] call BIS_fnc_initIntelObject; 
if (isServer) then { 
this setVariable [ 
"RscAttributeDiaryRecord_texture", 
"franklin.jpg", 
  true 
]; 
[ 
this, 
"RscAttributeDiaryRecord", 
["Bio-Weapons Lab Laptop","Blah blah blah",""] 
] call BIS_fnc_setServerVariable; 
  
this setVariable ["recipients", west, true]; 
  
this setVariable ["RscAttributeOwners", [west], true];

};