DieFeM Posted March 11, 2019 Share 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. Link to comment Share on other sites More sharing options...
Sebo85 Posted March 11, 2019 Author Share Posted March 11, 2019 cool thank you AGAIN :) I really appreciate your help man! Link to comment Share on other sites More sharing options...
DieFeM Posted March 11, 2019 Share Posted March 11, 2019 You're welcome mate. Link to comment Share on other sites More sharing options...
Recommended Posts