diff options
Diffstat (limited to 'worldbuilding_guide/conditions.md')
| -rw-r--r-- | worldbuilding_guide/conditions.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/worldbuilding_guide/conditions.md b/worldbuilding_guide/conditions.md index ce9f74c..773230b 100644 --- a/worldbuilding_guide/conditions.md +++ b/worldbuilding_guide/conditions.md @@ -28,6 +28,10 @@ condition: condition: has_item: bronze_key not: true + +# Check if player has enough credits +condition: + min_credits: 50 ``` ### Compound conditions |
