Classes:Health
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Health | |||
---|---|---|---|
Actor type | Internal | Game | |
DoomEd Number | None | Class Name | Health |
Classes: Actor → Inventory → Health
→Blood
→DogFood
→Food
→Medikit
→OneUpHealth
Overview
This is a base class for defining health pickups. Using inventory.maxamount will specify the maximum amount level of health the player can obtain from the pickup.
DECORATE Definition
actor Health : Inventory native { inventory.amount 1 inventory.maxamount 0 }