ATU.Lasthope 3 Report post Posted December 18, 2018 (edited) HELLO there so im running some features in my server to do with a bank and i have started to make a interaction on a certain object which can trigger a bank alarm. so ive got this and im looking into play 3D sounds but can anyone help me ?? class BANK: ExileAbstractAction { targetType = 2; target = "Land_Laptop_device_F"; class Actions { class TriggerAlarm: ExileAbstractAction { title = "Trigger Alarm"; condition = "true"; action = "call Alarm_trigger"; }; }; }; ok ive managed to get this line and ive added it in the alarm playSound3D ["path\To\Sound", objectName]; Edited December 18, 2018 by ATU.Lasthope Share this post Link to post Share on other sites
kuplion 1785 Report post Posted December 18, 2018 General Discussion is not for support. Please post in the correct forum in future. Share this post Link to post Share on other sites