Sector_CopyScroller

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

58:Sector_CopyScroller (tag, flags)


Conversions from linedef types

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

TypeConversionTrigger
ZDoom 352Sector_CopyScroller (tag, 1)
ZDoom 353Sector_CopyScroller (tag, 2)
ZDoom 354Sector_CopyScroller (tag, 6)
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.