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