////ITEMS////
///Cheezbburger :3
ACTOR CheezBurger : Health 3080
{
  +COUNTITEM
  +INVENTORY.ALWAYSPICKUP
  Inventory.Amount 1
  Inventory.MaxAmount 200
  Inventory.PickupSound "Cheezburger/CheezburgerPickUp"
  Inventory.PickupMessage "Mmmmm Cheezburger :3"
  Radius 4
  Height 6
  scale 0.6
  States
  {
  Spawn:
    CHEZ AABB 4
    Loop
  }
}
ACTOR 7UPSoda : Health 3088
{
  +COUNTITEM
  +INVENTORY.ALWAYSPICKUP
  Inventory.Amount 7
  Inventory.MaxAmount 200
  Inventory.PickupSound "7upsoda/7upsodaPickUp"
  Inventory.PickupMessage "You drank a nice cold bottle of 7up"
  Radius 4
  Height 6
  scale 0.5
  States
  {
  Spawn:
    D7UP AABB 4
    Loop
  }
}
ACTOR CokeandFriesHalo : Health 3103
{
  +COUNTITEM
  +INVENTORY.ALWAYSPICKUP
  Inventory.Amount 20
  Inventory.MaxAmount 200
  Inventory.PickupSound "CokeandFriesHalo/pkup"
  Inventory.PickupMessage "Coke and Fries Halo"
  Radius 4
  Height 6
  scale 0.6
  States
  {
  Spawn:
    BKCF AABB 4
    Loop
  }
}