Linedef type 415
Jump to navigation
Jump to search
Linedef type 415, Run Script, is a type of linedef executor which, when triggered, runs a specified console script.
Setup
The tag given to this linedef is irrelevant. The script that will be run should have a lump name of the form SCRxxyyy
, where xx is the two-digit map number and yyy is the linedef's front texture X offset in decimal, with leading zeros as necessary (or 000 if the offset exceeds 999 fracunits). For instance, if the linedef is in MAP01
and its front texture X offset is 64 fracunits, the script named SCR01064
will be run.
|
Sample
- Example file: ex_ld415_runscript.wad (MAP01)
How to use |
---|
|