[nexuiz-commits] r7547 - trunk/misc/netradiant-NexuizPack/nexuiz.game/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Aug 28 01:50:50 EDT 2009


Author: div0
Date: 2009-08-28 01:50:50 -0400 (Fri, 28 Aug 2009)
New Revision: 7547

Modified:
   trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def
Log:
entities merge


Modified: trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def
===================================================================
--- trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def	2009-08-28 05:49:35 UTC (rev 7546)
+++ trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def	2009-08-28 05:50:50 UTC (rev 7547)
@@ -1709,3 +1709,23 @@
 -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
 model="models/items/g_jetpack.md3"
 */
+
+/*QUAKED trigger_magicear (0 0 1) (-8 -8 -8) (8 8 8) IGNORE_SAY IGNORE_TEAMSAY IGNORE_TELL IGNORE_INVALIDTELL REPLACE_WHOLE_MESSAGE REPLACE_OUTSIDE CONTINUE
+Triggers targets when a given magic word has been said
+-------- KEYS --------
+message: message to wait for (can start or end with * for wildcards)
+netname: replacement text (by default, no replacement is performed if empty)
+radius: radius in which the player has to be for this to match
+target: all entities with a matching targetname will be triggered.
+target2: all entities with a matching targetname will be triggered.
+target3: all entities with a matching targetname will be triggered.
+target4: all entities with a matching targetname will be triggered.
+-------- SPAWNFLAGS --------
+IGNORE_SAY: do not respond to "say" messages
+IGNORE_TEAMSAY: do not respond to "say_team" messages
+IGNORE_TELL: do not respond to "tell" messages
+IGNORE_INVALIDTELL: do not respond to "tell" messages of invalid syntax
+REPLACE_WHOLE_MESSAGE: replace the whole message by netname, or drop the message if netname is empty
+REPLACE_OUTSIDE: also perform the replacement when outside the radius (to hide the "secret word")
+CONTINUE: even if this magic ear matched, continue looking for further matches/replacements (useful for swear word filters)
+*/



More information about the nexuiz-commits mailing list