Nightjay0044 1 Posted February 3, 2009 hi all, I'm wondering, how do I script to attach an invisible target to a helicopter? How do I script it in a script? It's basic, just I wish to attatch the object to the vehicle so the enemy can shoot at the target because originally the enemy wont shoot at a fast moving plane without some kind of addon or scripting done.. Thanks.. Share this post Link to post Share on other sites
dr_eyeball 16 Posted February 3, 2009 One way might be: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> LaserTarget = "LaserTargetW" createVehicle _jetPos;  while {alive jet} do  {   LaserTarget setPos _jetPos;   sleep 0.1;  }; Share this post Link to post Share on other sites