Sector_CopyScroller

From ZDoom Wiki
Jump to navigation Jump to search

58:Sector_CopyScroller (tag, flags)


Causes the line's front sector to copy the scroll effect from a tagged sector.

  • tag: The tag of the sector from which to copy the scroll effect
  • flags: Which parts of the sector to affect. This can be a combination of the following values:
  • 1: copy a ceiling scroller
  • 2: copy a floor scroller
  • 4: copy a carrying effect


Conversions from linedef types

The following Doom map format types can be converted as Sector_CopyScroller:

Type Conversion Trigger
MiniZDoomLogoIcon.pngZDoom 352 Sector_CopyScroller (tag, 1)
MiniZDoomLogoIcon.pngZDoom 353 Sector_CopyScroller (tag, 2)
MiniZDoomLogoIcon.pngZDoom 354 Sector_CopyScroller (tag, 6)