Difference between revisions of "Classes:YellowKey"
From ECWolf Wiki
Line 14: | Line 14: | ||
{ | { | ||
{{property|DropItem}} "{{Class|GoldKey}}" | {{property|DropItem}} "{{Class|GoldKey}}" | ||
+ | +{{flag|INVENTORY.ALWAYSPICKUP}} | ||
states | states | ||
{ | { |
Latest revision as of 05:45, 11 June 2013
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 } }