Page MenuHomeFeedback Tracker

Unable to attach Chemlights to Objects
New, WishlistPublic

Description

I have been trying to attach a chemlight to a helicopter ( tried with other objects as well such a Ammo Crate) and i've noticed that it is not possible to attach them.

Hopefully this will be quickly fixed ;)

Details

Legacy ID
1574371169
Severity
None
Resolution
Open
Reproducibility
Always
Category
Editor
Steps To Reproduce

1.Go to Editor
2.Place a Chemlight (Doesn't matter what color)
3.Place a Object to attach ( In my case the Ghosthawk helicopter)
3.Name you Chemlight and in the Init put :

chem1 attachTo [box1,[0,1,1]];

4.Name you Object ( In this case I named it as "box1")
5.Preview

Event Timeline

PSK_Whiplash edited Additional Information. (Show Details)
PSK_Whiplash set Category to Editor.
PSK_Whiplash set Reproducibility to Always.
PSK_Whiplash set Severity to None.
PSK_Whiplash set Resolution to Open.
PSK_Whiplash set Legacy ID to 1574371169.May 7 2016, 5:58 PM
Bohemia added a subscriber: AD2001.Feb 17 2014, 9:37 PM

No problem here:

player addeventhandler ["fired", {
_pr = _this select 6;
_pr attachto [heli, [0,3,1]];
hint str _pr;
}];

where heli is helicopter. Throw chemlight and it will get attached to heli