void main()
{
object oSound = GetNearestObjectByTag("Warning");
SoundObjectPlay(oSound);
}