Compare commits

..

No commits in common. "41665df304245348955e2a3ee4ccd15ba9e0122f" and "664f5b16abef262d9ed08299594b97beaaa72757" have entirely different histories.

2 changed files with 70 additions and 2 deletions

View file

@ -44,7 +44,12 @@ STATE: {combat} ~~ {
IF: SecsInStateGE 60 IF: SecsInStateGE 60
DO: SetState {ring_fail} DO: SetState {ring_fail}
IF: NoMobsInDist 5 IF: NoMobsInDist 5
DO: SetState {hunt} DO: SetState {hunt}
IF: All
ChatCapture {^(?<name>['A-Za-z ]+) (?<text>has discovered the .*!)$} {}
Expr {$capturegroup_name==getcharstringprop[1]}
DO: DoAll
ChatExpr {\/a +getvar[capturegroup_text]}
~~ } ~~ }
STATE: {death} ~~ { STATE: {death} ~~ {
IF: Always IF: Always

View file

@ -11,7 +11,7 @@ n
n n
n n
n n
47 48
i i
1 1
i i
@ -52,6 +52,69 @@ hunt
s s
combat combat
i i
2
i
3
TABLE
2
K
V
n
n
2
i
28
TABLE
2
k
v
n
n
2
s
p
s
^(?<name>['A-Za-z ]+) (?<text>has discovered the .*!)$
s
c
s
i
26
TABLE
2
k
v
n
n
1
s
e
s
$capturegroup_name==getcharstringprop[1]
TABLE
2
K
V
n
n
1
i
8
TABLE
2
k
v
n
n
1
s
e
s
\/a +getvar[capturegroup_text]
s
combat
i
1 1
i i
2 2