Script control linedef types

From Eternity Wiki
Revision as of 19:21, 11 November 2011 by Printz (talk | contribs)
Jump to navigationJump to search

Deprecated: Small is deprecated due to lack of support on 64bit systems. Some functions may no longer work in 32bit systems either. Until support for the new Eternity scripting language is enabled, you can use ACS scripting by applying parameterized linedef specials or by calling StartScript


These linedefs are used to start Small Levelscripts. See the Small Documentation for full information on how to use these linedefs along with a Small script to add dynamic actions to your maps.

280 WR Start script with tag number
273 WR Start script, 1-way trigger
274 W1 Start script with tag number
275 W1 Start script, 1-way trigger
276 SR Start script with tag number
277 S1 Start script with tag number
278 GR Start script with tag number
279 G1 Start script with tag number

These linedefs exist for all activation models. The two one-way script activators will only be activated when the player crosses them from the first side, as with other line types which function in that manner. Crossing from the second side will have no effect.

Back to Linedef types