Skulltag's code
Code: Select all
//Healthbonus by SKULLTAG
//so, credits to them!!
ACTOR MaxHealthBonus : MaxHealth 5090
{
	Game Doom
	SpawnID 166
	+COUNTITEM
	+INVENTORY.ALWAYSPICKUP
	Inventory.Amount 1
	Inventory.MaxAmount 50
	Health 200
	Inventory.PickupMessage "You got a MaxHealth implant!"
	States
	{
	Spawn:
		BON3 ABCDCB 6
		Loop
	}
}
Code: Select all
actor HealthBonus : Health 2014
{
  spawnid 152
  radius 20
  height 16
  inventory.pickupmessage "Picked up a health bonus."
  inventory.amount 1
  inventory.maxamount 200
  +COUNTITEM
  +INVENTORY.ALWAYSPICKUP
  states
  {
  Spawn:
    BON1 ABCDCB 6
    loop
  }
}