Classes:BlueSkull
Jump to navigation
Jump to search
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Blue skull key | |||
---|---|---|---|
Actor type | Key | Game | ![]() |
DoomEd Number | 40 | Class Name | BlueSkull |
Spawn ID | 90 | Identifier | T_BLUESKULLKEY |
Classes: Inventory→Key→DoomKey→BlueSkull
Blue skull key.
DECORATE definition
ACTOR BlueSkull : DoomKey { Inventory.PickupMessage "$GOTBLUESKUL" Inventory.Icon "STKEYS3" States { Spawn: BSKU A 10 BSKU B 10 Bright Loop } }