This commit is contained in:
2026-09-10 10:59:37 +03:00
commit 4fc9b337c2
16 changed files with 199 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
scene: home_kitchen
priority: 7
condition: gds.flag_equals("victory")
is_one_run: true
---
set custom_flag=victory
action gds.inventory_demo item_id=health_potion
text "GDScript condition with args and inventory action executed."
end