We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c49f2 commit a462cefCopy full SHA for a462cef
examples/shop.q
@@ -8,7 +8,7 @@ RANDOM {
8
{ SHOPKEEP: "Greetings! What brings you to my shop today?" }
9
}
10
11
-SYSTEM: "You enter {shop_name}!"
+SYSTEM: "You enter {shop_name} and have {wallet} coins in your wallet."
12
13
LABEL shop
14
SYSTEM: "Wallet: {wallet} coins"
0 commit comments