Classes:SuperMap
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
Map scroll | |||
---|---|---|---|
Actor type | Powerup | Game | (Heretic) |
DoomEd Number | 35 | Class Name | SuperMap |
Spawn ID | 137 | Identifier | T_ITEMALLMAP |
Classes: Inventory→MapRevealer→SuperMap
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 { +COUNTITEM +INVENTORY.ALWAYSPICKUP +FLOATBOB Inventory.MaxAmount 0 Inventory.PickupMessage "$TXT_ITEMSUPERMAP" States { Spawn: SPMP A -1 Stop } }