actor Machete : Inventory
{
    inventory.amount 1
    inventory.maxamount 1
}


ACTOR Machetepuff
{
  +NOBLOCKMAP
  +NOGRAVITY
  +NOEXTREMEDEATH
  +PUFFONACTORS
  RenderStyle Translucent
  Alpha 0.6
  SeeSound "MacheteHitThing"
  AttackSound "MacheteHitWall"
  ActiveSound "MacheteSwing"
  VSpeed 1
  States
  {
  Spawn:
    PUFF ABCD 4
    Stop
  }
}  