Classes:RedSkull
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Red skull key | |||
|---|---|---|---|
| Actor type | Key | Game | |
| DoomEd Number | 38 | Class Name | RedSkull |
| Spawn ID | 89 | Identifier | T_REDSKULLKEY |
Classes: Inventory→Key→DoomKey→RedSkull
Red skull key.
DECORATE definition
ACTOR RedSkull : DoomKey { Inventory.PickupMessage "$GOTREDSKUL" Inventory.Icon "STKEYS5" States { Spawn: RSKU A 10 RSKU B 10 Bright Loop } }