As above, the setDir command is no longer working in conjunction with the AttachTo command.
Description
Description
Details
Details
- Legacy ID
- 1236758006
- Severity
- None
- Resolution
- Duplicate
- Reproducibility
- Have Not Tried
- Category
- Scripting
Steps To Reproduce
Attach an object to something, then use the setDir command - the latter has no effect.
Event Timeline
Comment Actions
If the setDir command doesn't appear to work, then your not giving ArmA enough time to complete the attachment command. try using: [] spawn {obj1 attachTo [obj2,[0,0,0]]; sleep 1; obj1 setDir 90};
Comment Actions
Ok, Waffle - I'll try that! It's strange that this issue seems to be recent though? Never had trouble before. Thanks for your response!