actor DeathmatchToken : Inventory
{
    inventory.amount 0
    inventory.maxamount 1
}


//Survive x amount of maps.
ACTOR Current_Level : Inventory				{   Inventory.MaxAmount 100	}
