From 9e1249a93e9229051b71f9b01864f71a71d095b8 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 29 Dec 2011 23:15:21 +0100 Subject: [PATCH] document conveyor changes --- scripts/entities.def | 14 ++++++++++++-- scripts/entities.ent | 14 ++++++++++++-- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/scripts/entities.def b/scripts/entities.def index 4980cc4b..be1dc9fc 100644 --- a/scripts/entities.def +++ b/scripts/entities.def @@ -130,11 +130,21 @@ NOSPLASH: if set, splash damage cannot activate the door, only direct damage can */ /*QUAKED func_conveyor (0 .5 .8) ? START_ON -A conveyor. +A conveyor. Solid brush version. -------- KEYS -------- targetname: if set, it can be turned on/off angle: determines the opening direction -speed: movement speed (200 default, must be above or equal sv_stopspeed) +speed: movement speed (200 default) +-------- SPAWNFLAGS -------- +START_ON: the conveyor is turned on if not triggered +*/ + +/*QUAKED trigger_conveyor (0 .5 .8) ? START_ON +A conveyor. Nonsolid trigger version. +-------- KEYS -------- +targetname: if set, it can be turned on/off +angle: determines the opening direction +speed: movement speed (200 default) -------- SPAWNFLAGS -------- START_ON: the conveyor is turned on if not triggered */ diff --git a/scripts/entities.ent b/scripts/entities.ent index 810a0f6e..45f87cb8 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -132,11 +132,21 @@ When a button is touched by a player, it moves in the direction set by the " -A conveyor. +A conveyor. Solid brush version. -------- KEYS -------- if set, it can be turned on/off determines the opening direction -movement speed (200 default, must be above or equal sv_stopspeed) +movement speed (200 default) +-------- SPAWNFLAGS -------- +the conveyor is turned on if not triggered + + + +A conveyor. Nonsolid trigger version. +-------- KEYS -------- +if set, it can be turned on/off +determines the opening direction +movement speed (200 default) -------- SPAWNFLAGS -------- the conveyor is turned on if not triggered -- 2.39.2