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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Sep 6 15:12:58 EDT 2009


Author: div0
Date: 2009-09-06 15:12:58 -0400 (Sun, 06 Sep 2009)
New Revision: 7673

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


Modified: trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def
===================================================================
--- trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def	2009-09-06 19:12:45 UTC (rev 7672)
+++ trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def	2009-09-06 19:12:58 UTC (rev 7673)
@@ -1719,7 +1719,7 @@
 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
+/*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 NODECOLORIZE
 Triggers targets when a given magic word has been said
 -------- KEYS --------
 message: message to wait for (can start or end with * for wildcards)
@@ -1737,4 +1737,5 @@
 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)
+NODECOLORIZE: do not decolorize the input string before matching
 */



More information about the nexuiz-commits mailing list