Classes:OneUp
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
One Up | |||
---|---|---|---|
Actor type | Powerup | Game | |
DoomEd Number | 66 | Class Name | OneUp |
Classes: Actor → Inventory → CustomInventory → OneUp
→OneUpPill
Overview
Extra life pickup in Wolfenstein 3D. Gives one life, 99 points of health, and 25 bullets.
DECORATE Definition
actor OneUp : CustomInventory 66 { inventory.pickupsound "misc/1up" +COUNTITEM +INVENTORY.ALWAYSPICKUP states { Spawn: ONUP A -1 bright stop Pickup: TNT1 A 0 A_GiveExtraMan TNT1 A 0 A_GiveInventory("Clip", 25) TNT1 A 0 A_GiveInventory("OneUpHealth") stop } }