Skip to content

Commit

Permalink
Merge pull request #625 from lionaneesh/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the wait example in Readme, sequence is a list
  • Loading branch information
Xian55 authored Dec 2, 2024
2 parents ece4690 + 1f93577 commit 4beffa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ Should see something like this, you can override any of the following values.
"Wait": {
"AutoGenerateWaitForFoodAndDrink": true, // should generate 'Eating' and 'Drinking' KeyActions
"FoodDrinkCost": 5, // can override the Cost of awaiting Eating and Drinking
"Sequence": {
"Sequence": [
{
"Name": "Eating",
"Cost": 5, // FoodDrinkCost
Expand All @@ -791,7 +791,7 @@ Should see something like this, you can override any of the following values.
"Cost": 5, // FoodDrinkCost
"Requirement": "Drink && Mana% < 99"
},
}
]
},
```
---
Expand Down

0 comments on commit 4beffa6

Please sign in to comment.