ATU.Lasthope

Help needed

2 posts in this topic

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 by ATU.Lasthope

Share this post


Link to post
Share on other sites
Advertisement
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.