In Arma 3 Alpha i made a few missions which moved triggers using the attachTo command, now this makes all the triggers disappear (They are neither where they should attach to, nor on their spawning position).
Description
Description
Details
Details
- Legacy ID
- 1140745956
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Editor
Steps To Reproduce
- Open up Editor
- Place an object "a" and a trigger "b"
- In the initialisation line of "a" write "b attachTo[a,[0,0,0]];"
- Try it out, it won't work :(
Additional Information
Dev Build
Event Timeline
Comment Actions
attaching triggers to objects is working correctly for me.
If you still have the problem you should upload a mission for testing.
The title says trigger but your description and code refers to markers.
Markers can only be moved not attached.
Comment Actions
I'm sorry, I updated the description. Yea I got confused with triggers and markers but the problem still exists for me... I'll try again when im at home again.