diff options
| author | historia <[not public]> | 2026-07-08 19:59:14 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-08 19:59:14 -0400 |
| commit | 09d325dcf5e779eab5550d3fd3377bde50101428 (patch) | |
| tree | a433be903aabbf1d2eadce2aacdac12a9eb8dde0 /building_guide/conditions.md | |
| parent | 9184377301c2604e003f36426788c032fb0ca524 (diff) | |
| download | thehouseoficarus-09d325dcf5e779eab5550d3fd3377bde50101428.tar.gz | |
feat: unify on use, on look, and on kill. all support same conditions/actions now.
Diffstat (limited to 'building_guide/conditions.md')
| -rw-r--r-- | building_guide/conditions.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/building_guide/conditions.md b/building_guide/conditions.md index acfdf57..2fb3d7a 100644 --- a/building_guide/conditions.md +++ b/building_guide/conditions.md @@ -1,8 +1,9 @@ ## Conditions Reference Conditions are used in talk option guards, talk node conditions, exit gates, -on-enter scripts, use_interactions checks, room descriptions, object -descriptions, and trigger value matching. +on-enter scripts, on_use / on_look / on_kill interactions, +exit on_traverse interactions, room descriptions, object descriptions, and +trigger value matching. ### Simple conditions |
