This commit is contained in:
parent
36eafcacf9
commit
d8e8438d86
2 changed files with 8 additions and 3 deletions
|
|
@ -59,7 +59,8 @@ STATE: {Default}
|
||||||
ChatCapture {^(?<who>[A-Za-z][A-Za-z0-9 ]*) gives you (?<amount>[0-9,]+) Promissory Notes\.$} {}
|
ChatCapture {^(?<who>[A-Za-z][A-Za-z0-9 ]*) gives you (?<amount>[0-9,]+) Promissory Notes\.$} {}
|
||||||
DO: DoAll
|
DO: DoAll
|
||||||
ChatExpr {\/t +getvar[capturegroup_who]+`, Thank you for the `+getvar[capturegroup_amount]+` Promissory Notes`}
|
ChatExpr {\/t +getvar[capturegroup_who]+`, Thank you for the `+getvar[capturegroup_amount]+` Promissory Notes`}
|
||||||
ChatExpr {`/t ` + getvar[capturegroup_who] + `, I now have ` + getitemcountininventorybyname[`Promissory Note`] + `/60,000 in my backpack (via test)`}
|
ChatExpr {`/t ` + getvar[capturegroup_who] + `, I now have ` + getitemcountininventorybyname[`Promissory Note`] + `/60000 in my backpack.`}
|
||||||
|
SetState {Default}
|
||||||
IF: All
|
IF: All
|
||||||
ItemCountGE 60000 {Promissory Note}
|
ItemCountGE 60000 {Promissory Note}
|
||||||
DO: DoAll
|
DO: DoAll
|
||||||
|
|
|
||||||
|
|
@ -207,7 +207,7 @@ K
|
||||||
V
|
V
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
2
|
3
|
||||||
i
|
i
|
||||||
8
|
8
|
||||||
TABLE
|
TABLE
|
||||||
|
|
@ -233,7 +233,11 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
`/t ` + getvar[capturegroup_who] + `, I now have ` + getitemcountininventorybyname[`Promissory Note`] + `/60,000 in my backpack (via test)`
|
`/t ` + getvar[capturegroup_who] + `, I now have ` + getitemcountininventorybyname[`Promissory Note`] + `/60000 in my backpack.`
|
||||||
|
i
|
||||||
|
1
|
||||||
|
s
|
||||||
|
Default
|
||||||
s
|
s
|
||||||
Default
|
Default
|
||||||
i
|
i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue