Classes:GoldSkullST
Jump to navigation
Jump to search
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Gold skull | |||
---|---|---|---|
Actor type | Interactive object | Game | (Skulltag) |
DoomEd Number | None | Class Name | GoldSkullST |
Classes: Actor → Inventory → TeamItem → Skull → GoldSkullST
The gold team's Skull in Skulltag's namesake game mode.
DECORATE definition
ACTOR GoldSkullST : Skull { Radius 20 Height 16 +INTERHUBSTRIP +NOTDMATCH Inventory.PickupSound "misc/k_pkup" Inventory.PickupMessage "$PICKUP_GOLDSKULL_ST" Inventory.Icon "YSKUB0" States { Spawn: YSKU A 10 YSKU B 10 BRIGHT Loop } }