Classes:YellowSkull
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:
|
| Yellow skull key | |||
|---|---|---|---|
| Actor type | Key | Game | |
| DoomEd Number | 39 | Class Name | YellowSkull |
| Spawn ID | 88 | Identifier | T_YELLOWSKULLKEY |
Classes: Inventory→Key→DoomKey→YellowSkull
Yellow skull key.
DECORATE definition
ACTOR YellowSkull : DoomKey { Inventory.PickupMessage "$GOTYELWSKUL" Inventory.Icon "STKEYS4" States { Spawn: YSKU A 10 YSKU B 10 Bright Loop } }