From 0840ca683b601734fc8ebabb904cfab228cf8cc9 Mon Sep 17 00:00:00 2001 From: Freddy Date: Wed, 7 Mar 2018 17:21:38 +0100 Subject: [PATCH] Conveyors now use relays for (de)activation --- scripts/entities.ent | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/entities.ent b/scripts/entities.ent index d6d6a6f2..e737e802 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -135,7 +135,7 @@ When a button is touched by a player, it moves in the direction set by the " -A conveyor. Solid brush version. Will run forever if it's not targeted. +A conveyor. Solid brush version. Will run forever if it's not targeted. Use relay_activate, relay_deactivate or relay_activatetoggle to activate/deactivate it. -------- KEYS -------- if set, it can be turned on/off determines the opening direction @@ -145,7 +145,7 @@ A conveyor. Solid brush version. Will run forever if it's not targeted. -A conveyor. Nonsolid trigger version. +A conveyor. Nonsolid trigger version. Use relay_activate, relay_deactivate or relay_activatetoggle to activate/deactivate it. -------- KEYS -------- if set, it can be turned on/off determines the opening direction @@ -2343,6 +2343,7 @@ This acts as a modifier over the normal gravity (sv_gravity). e.g.: 0.5 is half Activates all targets List of currently supported target ents: +trigger_conveyor trigger_hurt trigger_heal trigger_impulse @@ -2351,6 +2352,7 @@ trigger_teleport func_rotating func_bobbing func_button +func_conveyor func_fourier func_vectormamamam -------- KEYS -------- @@ -2361,6 +2363,7 @@ func_vectormamamam Deactivates all targets List of currently supported target ents: +trigger_conveyor trigger_hurt trigger_heal trigger_impulse @@ -2369,6 +2372,7 @@ trigger_teleport func_rotating func_bobbing func_button +func_conveyor func_fourier func_vectormamamam -------- KEYS -------- @@ -2379,6 +2383,7 @@ func_vectormamamam Toggles all targets de/active List of currently supported target ents: +trigger_conveyor trigger_hurt trigger_heal trigger_impulse @@ -2387,6 +2392,7 @@ trigger_teleport func_rotating func_bobbing func_button +func_conveyor func_fourier func_vectormamamam -------- KEYS -------- -- 2.39.2