Classes:PuzzGemBig

From ZDoom Wiki

Jump to: navigation, search
Heart of D'Sparil
Actor type Puzzle item Game
DoomEd Number 9003 Class Name PuzzGemBig
Spawn ID 77 Identifier T_PUZZGEMBIG
Conversation ID N/A Puzzle Item ID 1

Classes: InventoryPuzzleItemPuzzGemBig

This actor needs a description.

DECORATE definition

ACTOR PuzzGemBig : PuzzleItem 9003
{
  Game Hexen
  SpawnID 77
  PuzzleItem.Number 1
  Inventory.Icon ARTIBGEM
  Inventory.PickupMessage "$TXT_ARTIPUZZGEMBIG" // "HEART OF D'SPARIL"
  States
  {
  Spawn:
    ABGM A -1
    Stop
  }
}
Personal tools