OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: NightJay0044 on 03 Feb 2009, 03:02:05

Title: Attach Invisible target to plane? (How)
Post by: NightJay0044 on 03 Feb 2009, 03:02:05
There where your inv target is local:
Code: [Select]
_plane = _this select 0;
_invtarget = _this select 1;
while {alive _plane} do
{
   _invtarget setPos (_plane modelToWorld [0,0,0]);
   Sleep 0.05;
};

LOL, sorry, did click to edit instead of reply, anyway hope this works for you.

Original question:
How to attach an invisible target to a plane?
Title: Re: Attach Invisible target to plane? (How)
Post by: Mandoble on 05 Feb 2009, 21:33:14
In case you didnt notice, I mistakedly edited your post with the solution  :whistle: