ACTOR TranslucentScript : CustomInventory
{
	+INVENTORY.UNDROPPABLE
	+AUTOACTIVATE
	Inventory.MaxAmount 0
	States
	{
		Spawn:
		TNT1 A 0
		Stop
		Pickup:
		TNT1 A 0 ACS_ExecuteAlways(693, 0, 0, 0, 0)
		Stop
	}
}