Vasilyevich 20 Posted April 11, 2014 addAction["Start download","execute.sqf" How can i add this to a laptop so that the player who is looking at the laptop can use it, but only while looking at the laptop and not farther away than 1m ? Share this post Link to post Share on other sites
cigar0 12 Posted April 11, 2014 AddActionLaptop = Laptop addAction ["<t color=""#1"">" +"Start download","execute.sqf",[],1,true,true,"","_this distance _target < 1"]; instead of #1 its possible to add all different colors. You mean the distance _target. Just change it to the distance you want. Share this post Link to post Share on other sites
Magirot 14 Posted April 11, 2014 You can add && cursorTarget _target to Cigar0's condition and they'll have to be looking at it directly. Share this post Link to post Share on other sites
1para{god-father} 105 Posted April 11, 2014 you could just use this script ! http://www.armaholic.com/page.php?id=23069 Share this post Link to post Share on other sites