Classes:YellowKey
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Yellow Key | |||
---|---|---|---|
Actor type | Key | Game | |
DoomEd Number | 154 | Class Name | YellowKey |
Classes: Actor → Inventory → KeyGiver → YellowKey
Overview
Alternative pickup for the gold key in the Spear of Destiny mission packs. Larger and more vibrant appearance.
DECORATE Definition
actor YellowKey : KeyGiver 154 { DropItem "GoldKey" +INVENTORY.ALWAYSPICKUP states { Spawn: YKEY A -1 stop } }