]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/entities.def
Merge commit 'c87167c'
[xonotic/xonotic-maps.pk3dir.git] / scripts / entities.def
index f14953985629b7c137766871669567e4ca73e650..c7f72cd3fcaec0cbd93e61b6600465de10588ee6 100644 (file)
@@ -1848,3 +1848,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
+*/