<P>
<P>	weaponshopreader = reader;		
<P>
<P>	if (reader.bBought)
<P>		ClientMessage("This item already purchased");
<P>	else
<P>	{
<P>		if ( bHacked )
<P>		{
<P>			if (flagbase.GetBool('WeaponShopAlarmDisabled'))
<P>				reader.Bought();
<P>			else
<P>				reader.Hacked();
<P>		}
<P>		else
<P>		{
<P>			querypurchase();
<P>		}
<P>	}
<P>}
<P>
<P>function bool querypurchase()
<P>{
<P>local deusexrootwindow root;
<P>root = deusexrootwindow(rootWindow);
<P>
