Fixed a problem that kept prefix param from working; allows "Dame Judi Denchwalk"

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@550 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-07-10 20:59:33 +00:00
parent 1637fb034f
commit 8da8f76649
+2 -1
View File
@@ -1422,7 +1422,8 @@ keyword parameter type:
name: prefix
description: Prefix for things like "<something>walk"
optional: false
match: [A-Z][a-z, ]*([A-Z][a-z, ]*\xEB00)
# match: [A-Z][a-z, ]*([A-Z][a-z, ]*\xEB00) # commented out because it stopped prefix param from working, version below allows all "walks", including "Dame Judi Denchwalk", doesn't trigger #in middle of sentences, and doesn't trigger in chains of keywords.
match: [A-Z][A-Z,a-z ]*
example: Forest
############################# All Magic keywords