I know that is slightly correct and that this is the one to make it appear in trigger drop down box (read another thread)
class CfgSFX
{
sounds[] = {bankalarm};
class alarm
{
name = "bankalarm";
sounds[]={sound1};
sound1[]={"bankalarm.ogg", db0,1, 1, 1, 1, 1};
empty[]= {, , , , 1 , 5, 20};
};
};
Its there, but when activated nothing happens. Ive put hint"test" in the activation field to make sure its defnitly activating.
This is where I dont understand why it isnt working