Difference between revisions of "Classes:SilverKey"
From ECWolf Wiki
(Created page with "{{Actor| | type = Key | game = Wolf3D | doomednum = 54 | name = Silver Key | class = SilverKey }}Classes: {{Class|Actor}} → {{Class|Inventory}} → {{Class|Key}} &...") |
|||
Line 13: | Line 13: | ||
actor <u>SilverKey</u> : {{Class|Key}} 54 | actor <u>SilverKey</u> : {{Class|Key}} 54 | ||
{ | { | ||
+ | +{{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:
|
Silver Key | |||
---|---|---|---|
Actor type | Key | Game | |
DoomEd Number | 54 | Class Name | SilverKey |
Classes: Actor → Inventory → Key → SilverKey
Overview
The silver key in Wolfenstein 3D.
DECORATE Definition
actor SilverKey : Key 54 { +INVENTORY.ALWAYSPICKUP states { Spawn: SKEY A -1 stop } }