2015-07-07 00:44:58 +07:00
|
|
|
;Controls the elevators
|
2019-01-08 00:10:18 +08:00
|
|
|
;Image must match up with the image of an existing elevator (can be overrided in sfall 4.1.4/3.8.14 or newer)
|
2015-07-07 00:44:58 +07:00
|
|
|
;Make sure you specify the correct number of exit targets
|
|
|
|
|
;The maximum number of elevators is currently capped at 50
|
2018-12-31 10:10:06 +08:00
|
|
|
;Use the line number (0-indexed) of the corresponding FRM in intrface.lst to set the appearance of the elevator
|
2015-07-07 00:44:58 +07:00
|
|
|
|
|
|
|
|
;Override elevator 0
|
2018-12-31 10:10:06 +08:00
|
|
|
[0]
|
|
|
|
|
;This elevator will use the settings of the original forth elevator
|
2015-07-07 00:44:58 +07:00
|
|
|
Image=4
|
|
|
|
|
|
|
|
|
|
;Set up the first exit point
|
|
|
|
|
ID1=49
|
|
|
|
|
Elevation1=0
|
|
|
|
|
Tile1=14920
|
|
|
|
|
|
|
|
|
|
;Second exit point
|
|
|
|
|
ID2=49
|
|
|
|
|
Elevation2=1
|
|
|
|
|
Tile2=15120
|
|
|
|
|
|
|
|
|
|
;Third exit point
|
|
|
|
|
ID3=50
|
|
|
|
|
Elevation3=0
|
|
|
|
|
Tile3=12944
|
|
|
|
|
|
2018-12-31 10:10:06 +08:00
|
|
|
;No forth exit point
|
|
|
|
|
|
|
|
|
|
;Override FRM images of elevator 0. Set ButtonsFrm to -1 to use default buttons from MainFrm
|
|
|
|
|
MainFrm=143
|
|
|
|
|
ButtonsFrm=-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;An example of a new elevator
|
|
|
|
|
[24]
|
|
|
|
|
;Set Image to 24 to create a new elevator type (0-23 are the original elevator types)
|
|
|
|
|
Image=24
|
|
|
|
|
|
|
|
|
|
;Set the number of buttons
|
|
|
|
|
ButtonCount=3
|
|
|
|
|
|
2019-01-01 10:27:40 +08:00
|
|
|
;Set the appearance of the elevator
|
2020-07-18 22:28:22 +08:00
|
|
|
MainFrm=148 ; EL_VAULT.FRM
|
|
|
|
|
ButtonsFrm=151 ; EL_MIL3.FRM
|
2018-12-31 10:10:06 +08:00
|
|
|
|
|
|
|
|
;Set up the exit points for all three buttons (see examples above)
|