Arma3 - Laptop with Custom Intel

From ScottWiki
Jump to navigation Jump to search

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];

};