Light_StrobeDoom

From ZDoom Wiki
Jump to navigation Jump to search

232:Light_StrobeDoom (tag, u-tics, l-tics)


  • tag: Tag of affected sector
  • u-tics: Time to stay at upper light level
  • l-tics: Time to stay at lower light level

This is the same as Light_Strobe, except that upper is whatever the sector's light level is right now, and lower is whatever the lowest light level in the surrounding sectors is. If the surrounding sectors are at the same light level as the affected sector, then lower is 0.

Examples

Nuvolachalk.png Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.


Conversions from linedef types

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

Type Conversion Trigger
MiniDoomLogoIcon.pngDoom 17:W1 Light Blink 1.0 Sec Light_StrobeDoom (tag, 5, 35) Player Cross
MiniBoomLogoIcon.pngBoom 156:WR Light Start Blinking Light_StrobeDoom (tag, 5, 35) Player Cross, Repeatable
MiniBoomLogoIcon.pngBoom 172:S1 Light Start Blinking Light_StrobeDoom (tag, 5, 35) Player Use
MiniBoomLogoIcon.pngBoom 193:SR Light Start Blinking Light_StrobeDoom (tag, 5, 35) Player Use, Repeatable

External links