<P>var travel float PawnHealth;
<P>var travel int ItemDifficulty;
<P>
<P>var bool bFiltered;
<P>
<P>var bool blogView;
<P>
<P>var bool bNoOxygen;
<P>
<P>function DisplayInteruptMessage(Canvas c)
<P>{
<P>	local float w,h;
<P>	local string str;
<P>
<P>	str="Press ESCAPE to skip...";
<P>
<P>	c.Font=Font'SmallFont';
<P>	c.StrLen(str,w,h);
<P>	c.curx=c.sizex-w*1.2;
<P>	c.cury=h*1.2;
<P>	c.DrawText(str);
<P>}
<P>
<P>//prebegin play actor replacement/modification stuff -Nick
<P>function PreBeginPlay()
<P>{
<P>	local FireExtinguisher exting;
<P>	local WeaponLAW law;
