Generic_Lift
From ZDoom Wiki
203:Generic_Lift (tag, speed, delay, type, height)
tag: Tag of affected sector speed: Speed of move delay: Tics before reversing direction type: Specifies what type of platform this is height: Distance to move if target is 0.
This special encapsulates BOOM's generalized lifts. Type can be one of the following values:
Value Target
0 Plat_UpByValue 1 Plat_DownWaitUpStay 2 Plat_DownToNearestFloor (does not exist as an explicit action special) 3 Plat_DownToLowestCeiling (does not exist as an explicit action special) 4 Plat_PerpetualRaise

