<P>		if ( bnooxygen && (PainTime %GT% 0) && (PainTime %LT% 8) )
<P>			Gasp();
<P>		bNoOxygen = false;
<P>	}
<P>
<P>	Super.HeadZoneChange(newHeadZone);
<P>}
<P>
<P>
<P>exec function LogView()
<P>{
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
<P>	blogview = true;
<P>}
<P>
<P>function string GetRandomEventLabel(ConEventRandomLabel event)
<P>{
<P>	local RandomEventInfoLink result;
<P>	local int i;
<P>
<P>	if (randoms == none)
<P>	{
<P>		result = new() class'RandomEventInfoLink';
<P>		result.conversation = event.Conversation.conname;
<P>		result.label = event.label;
<P>		randoms = result;
