Classes:PuzzBook1

From ZDoom Wiki

Jump to: navigation, search
Daemon Codex
Actor type Puzzle item Game
DoomEd Number 9007 Class Name PuzzBook1
Spawn ID 83 Identifier T_PUZZBOOK1
Conversation ID N/A Puzzle Item ID 7

Classes: InventoryPuzzleItemPuzzBook1

This actor needs a description.

DECORATE definition

ACTOR PuzzBook1 : PuzzleItem 9007
{
  Game Hexen
  SpawnID 83
  PuzzleItem.Number 7
  Inventory.Icon ARTIBOK1
  Inventory.PickupMessage "$TXT_ARTIPUZZBOOK1" // "DAEMON CODEX"
  States
  {
  Spawn:
    ABK1 A -1
    Stop
  }
}
Personal tools