We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45da311 commit ae5dff2Copy full SHA for ae5dff2
src/tutorials/bots-and-games/ao-effect.md
@@ -75,7 +75,7 @@ Send({ Target = Game, Action = "RequestTokens"})
75
Once you receive the tokens, confirm your spot by paying the game's entry fee like this:
76
77
```lua
78
-Send({ Target = Game, Action = "Transfer", Recipient = Game, Quantity = "1000000"})
+Send({ Target = Game, Action = "Transfer", Recipient = Game, Quantity = "1000"})
79
```
80
81
Wait for a few seconds, and you'll see live updates in your terminal about player payments and statuses.
0 commit comments