Classes:SuperMap

From ZDoom Wiki

Jump to: navigation, search
Map scroll
Actor type Powerup Game
DoomEd Number 35 Class Name SuperMap
Spawn ID 137 Identifier T_ITEMALLMAP

Classes: InventoryMapRevealerSuperMap


The Map Scroll. Reveals all the unexplored areas with gray lines. Contrarily to RAVMAP, the Map Scroll shows neither hidden linedefs nor actors.


DECORATE definition

ACTOR SuperMap : MapRevealer 35
{
  Game Heretic
  SpawnID 137
  +COUNTITEM
  +INVENTORY.ALWAYSPICKUP
  +FLOATBOB
  Inventory.MaxAmount 0
  Inventory.PickupMessage "$TXT_ITEMSUPERMAP" // "MAP SCROLL"
  States
  {
  Spawn:
    SPMP A -1
    Stop
  }
}
Personal tools