Difference between revisions of "Classes:YellowKey"
From ECWolf Wiki
(Created page with "{{Actor| | type = Key | game = Spear | doomednum = 154 | name = Yellow Key | class = YellowKey }}Classes: {{Class|Actor}} → {{Class|Inventory}} → {{Class|KeyGive...") |
|||
Line 13: | Line 13: | ||
actor <u>YellowKey</u> : {{Class|KeyGiver}} 154 | actor <u>YellowKey</u> : {{Class|KeyGiver}} 154 | ||
{ | { | ||
− | {{property| | + | {{property|DropItem}} "{{Class|GoldKey}}" |
states | states | ||
{ | { |
Revision as of 14:26, 20 February 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" states { Spawn: YKEY A -1 stop } }