Page MenuHomeFeedback Tracker

SetDir Command Not Working with AttachTo Command
Closed, ResolvedPublic

Description

As above, the setDir command is no longer working in conjunction with the AttachTo command.

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

Bohemia edited Steps To Reproduce. (Show Details)Jul 28 2014, 9:28 PM
Bohemia edited Additional Information. (Show Details)
Bohemia set Category to Scripting.
Bohemia set Reproducibility to Have Not Tried.
Bohemia set Severity to None.
Bohemia set Resolution to Duplicate.
Bohemia set Legacy ID to 1236758006.May 7 2016, 7:06 PM
Bohemia added a subscriber: AD2001.Jul 28 2014, 9:28 PM

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};

Bohemia added a subscriber: Bohemia.May 7 2016, 7:06 PM

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!