Difference between revisions of "Classes:CyanKey"
From ECWolf Wiki
Line 14: | Line 14: | ||
{ | { | ||
{{property|DropItem}} "{{Class|SilverKey}}" | {{property|DropItem}} "{{Class|SilverKey}}" | ||
+ | +{{flag|INVENTORY.ALWAYSPICKUP}} | ||
states | states | ||
{ | { |
Latest revision as of 05:46, 11 June 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Cyan Key | |||
---|---|---|---|
Actor type | Key | Game | |
DoomEd Number | 155 | Class Name | CyanKey |
Classes: Actor → Inventory → KeyGiver → CyanKey
Overview
Alternative pickup for the silver key in the Spear of Destiny mission packs. Larger and more vibrant appearance.
DECORATE Definition
actor CyanKey : KeyGiver 155 { DropItem "SilverKey" +INVENTORY.ALWAYSPICKUP states { Spawn: CKEY A -1 stop } }