Classes:PuzzSkull

From ZDoom Wiki

Jump to: navigation, search
Yorick's skull
Actor type Puzzle item Game
DoomEd Number 9002 Class Name PuzzSkull
Spawn ID 76 Identifier T_PUZZSKULL
Conversation ID N/A Puzzle Item ID 0

Classes: InventoryPuzzleItemPuzzSkull

This actor needs a description.

DECORATE definition

ACTOR PuzzSkull : PuzzleItem 9002
{
  Game Hexen
  SpawnID 76
  PuzzleItem.Number 0
  Inventory.Icon ARTISKLL
  Inventory.PickupMessage "$TXT_ARTIPUZZSKULL" // "YORICK'S SKULL"
  States
  {
  Spawn:
    ASKU A -1
    Stop
  }
}
Personal tools