This commit is contained in:
parent
c88eea0a64
commit
560820e743
2 changed files with 4 additions and 4 deletions
|
|
@ -56,8 +56,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`}
|
||||||
DoExpr {setvar[noteCount, getitemcountininventorybyname["Promissory Notes"]]}
|
DoExpr {setvar[noteCount, "" + getitemcountininventorybyname["Promissory Notes"]]}
|
||||||
ChatExpr {"/tell " + getvar[who] + " I now have " + getvar[noteCount] + "/60,000 Promissory Notes in my backpack."}
|
ChatExpr {`/tell ` + getvar[capturegroup_who] + ` I now have ` + getvar[noteCount] + `/60,000 Promissory Notes in my backpack.`}
|
||||||
|
|
||||||
IF: All
|
IF: All
|
||||||
ItemCountLE 10 {Gem of Knowledge}
|
ItemCountLE 10 {Gem of Knowledge}
|
||||||
|
|
|
||||||
|
|
@ -214,7 +214,7 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
setvar[noteCount, getitemcountininventorybyname["Promissory Notes"]]
|
setvar[noteCount, "" + getitemcountininventorybyname["Promissory Notes"]]
|
||||||
i
|
i
|
||||||
8
|
8
|
||||||
TABLE
|
TABLE
|
||||||
|
|
@ -227,7 +227,7 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
"/tell " + getvar[who] + " I now have " + getvar[noteCount] + "/60,000 Promissory Notes in my backpack."
|
`/tell ` + getvar[capturegroup_who] + ` I now have ` + getvar[noteCount] + `/60,000 Promissory Notes in my backpack.`
|
||||||
s
|
s
|
||||||
Default
|
Default
|
||||||
i
|
i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue