DieFeM Posted March 11, 2019 Posted March 11, 2019 Of course but, since you have the xmarker reference as property instead of the door reference, you need to set the door as a linked ref for the door's xmarker, then you can do something like this: OpeningSound.Play(Door_xMarker.GetLinkedRef()) GetLinkedRef() will return the reference that is linked. So the sound will play from the door reference.
Sebo85 Posted March 11, 2019 Author Posted March 11, 2019 cool thank you AGAIN :) I really appreciate your help man!
Recommended Posts