Arma3 - Laptop with Custom Intel

From ScottWiki
Revision as of 17:12, 15 December 2022 by Wikiadmin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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];

};