Classes:ScoreItem
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Score Item | |||
---|---|---|---|
Actor type | Internal | Game | |
DoomEd Number | None | Class Name | ScoreItem |
Classes: Actor → Inventory → ScoreItem
→Chalice
→ChestOfJewels
→Cross
→Crown
Overview
Defines a pickup which gives a certain amount of points to the player when picked up. The item does not enter the player's inventory.
DECORATE Definition
actor ScoreItem : Inventory native { +COUNTITEM inventory.amount 1 }