<P>tag = t;
<P>}
<P>function Trigger( Actor Other, Pawn EventInstigator )
<P>{
<P>clientmessage("YOU WERE TRIGGERED BY: " @ EventInstigator.name @ "USING: "@ other.name);
<P>}
<P>//////////////////////////////////////////////////////////////
<P>
<P>
<P>#exec OBJ LOAD FILE=Ambient
<P>
<P>exec function showstatic(bool bshow)
<P>{
<P>	if (bshow)
<P>	{
<P>		StaticSoundID = PlaySound( sound'Ambient.Ambient.WhiteNoise', , , , ,);
<P>		tnmhud(DeusExRootWindow(rootWindow).hud).winStatic.show();
<P>	}
<P>	else
<P>	{
<P>		StopSound(StaticSoundID);
<P>		tnmhud(DeusExRootWindow(rootWindow).hud).winStatic.hide();
<P>	}
<P>}
