Classes:ZBridge
From ZDoom Wiki
| Bridge thing | |||
|---|---|---|---|
| Actor type | Bridge | Game | |
| DoomEd Number | 118 | Class Name | ZBridge |
| Spawn ID | 21 | Identifier | T_BRIDGE |
Classes: CustomBridge→ZBridge
The bridge is a "3D" element that can be placed at any height and allows players and monsters alike to walk upon it. It is usually combined with midtextures in order to create an approximation of a 3D floor.
For a reason known only to Randy, the default sprite provided by ZDoom.pk3 is a yellow rectangle with "GROSS HACK" written on it, so in order to use this bridge in other games than Hexen it is necessary to provide replacement sprites.
DECORATE definition
ACTOR ZBridge : CustomBridge 118 { Game Doom SpawnID 21 Args 36, 4, 0, 0, 0 }

