From 6bcaa51968f9804f981448e61473f2bf017a8fc0 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 29 Feb 2016 21:40:37 +0100 Subject: [PATCH] - updates eternity.xlat. --- wadsrc/static/xlat/eternity.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/wadsrc/static/xlat/eternity.txt b/wadsrc/static/xlat/eternity.txt index a95028d28..d23bf899f 100644 --- a/wadsrc/static/xlat/eternity.txt +++ b/wadsrc/static/xlat/eternity.txt @@ -25,15 +25,14 @@ enum // 271 = 0, Static_Init (tag, Init_TransferSky, 0) // 272 = 0, Static_Init (tag, Init_TransferSky, 1) -// Small script starters. Small is considered deprecated now anyway. -273 = 0, Unsupported() // "WR_StartScript_1S" -274 = 0, Unsupported() // "W1_StartScript" -275 = 0, Unsupported() // "W1_StartScript_1S" -276 = 0, Unsupported() // "SR_StartScript" -277 = 0, Unsupported() // "S1_StartScript" -278 = 0, Unsupported() // "GR_StartScript" -279 = 0, Unsupported() // "G1_StartScript" -280 = 0, Unsupported() // "WR_StartScript" +273 = WALK|REP|FIRSTSIDE, ACS_Execute(tag) +274 = WALK, ACS_Execute(tag) +275 = WALK|FIRSTSIDE, ACS_Execute(tag) +276 = USE|REP, ACS_Execute(tag) +277 = USE, ACS_Execute(tag) +278 = SHOOT|REP, ACS_Execute(tag) +279 = SHOOT, ACS_Execute(tag) +280 = WALK|REP, ACS_Execute(tag) // 3D mid-textures 281 = 0, Sector_Attach3DMidtex(tag, 0, 0) // "3DMidTex_MoveWithFloor" @@ -214,3 +213,5 @@ enum 426 = 0, DamageThing(0) 427 = 0, Thing_Damage(0) 428 = 0, Thing_Destroy(0) +429 = 0, Door_LockedRaise(0) +430 = 0, ACS_LockedExecute(0)