Arma3 - Laptop with Custom Intel

From ScottWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

};