]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
End defs for relay_*
authorJakob MG <jakob_mg@hotmail.com>
Tue, 10 Aug 2010 15:00:42 +0000 (17:00 +0200)
committerJakob MG <jakob_mg@hotmail.com>
Tue, 10 Aug 2010 15:00:42 +0000 (17:00 +0200)
scripts/entities.def

index 6572153f9eea0b0226778927c112775e99ab6de1..c1338368d861bfca8e145c2f818d31a84a87c47f 100644 (file)
@@ -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
+*/