From: Jakob MG Date: Tue, 10 Aug 2010 15:00:42 +0000 (+0200) Subject: End defs for relay_* X-Git-Tag: xonotic-v0.1.0preview~141^2 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=c87167c80f73880c94922e631b2d57a458a685c9;hp=1b40721308433048bc967f5befbce79157d46377 End defs for relay_* --- diff --git a/scripts/entities.def b/scripts/entities.def index 6572153f..c1338368 100644 --- a/scripts/entities.def +++ b/scripts/entities.def @@ -1830,3 +1830,24 @@ targetname: you can use this to target the grazity zone with a trigger, which wi STICKY: entities keep their gravity after leaving the gravity zone START_OFF: when targeted, the gravity zone starts off and is enabled upon triggering */ + +/*QUAKED relay_activate (.5 .5 .5) (-8 -8 -8) (8 8 8) +Activates all .target's +-------- KEYS -------- +target: trigger all entities with this targetname when triggered +targetname: name that identifies this entity so it can be triggered +*/ + +/*QUAKED relay_deactivate (.5 .5 .5) (-8 -8 -8) (8 8 8) +Deactivates all .target's +-------- KEYS -------- +target: trigger all entities with this targetname when triggered +targetname: name that identifies this entity so it can be triggered +*/ + +/*QUAKED relay_activatetoggle (.5 .5 .5) (-8 -8 -8) (8 8 8) +Toggles all .target's de/active +-------- KEYS -------- +target: trigger all entities with this targetname when triggered +targetname: name that identifies this entity so it can be triggered +*/