diff options
| author | Omar Rizwan <omar@omar.website> | 2023-08-13 16:06:47 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-08-13 16:06:47 +0000 |
| commit | 1484ed78971e1c6bdc0fa7995ef659bab0df027c (patch) | |
| tree | a48446479749d82a6ec28e0b44215dd756d6876c /virtual-programs | |
| parent | Add clock time for animation (diff) | |
| download | folk-1484ed78971e1c6bdc0fa7995ef659bab0df027c.tar.gz folk-1484ed78971e1c6bdc0fa7995ef659bab0df027c.zip | |
Region helper
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/regions.folk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/virtual-programs/regions.folk b/virtual-programs/regions.folk index 5de19b98..945fcd20 100644 --- a/virtual-programs/regions.folk +++ b/virtual-programs/regions.folk @@ -1,3 +1,8 @@ When when the distance between /p1/ and /p2/ is /distanceVar/ /body/ with environment /e/ & /p1/ has region /r1/ & /p2/ has region /r2/ { Claim the distance between $p1 and $p2 is [region distance $r1 $r2] } + +When /someone/ wishes region /r/ is /verbed/ /x/ { + Claim $r has region $r + Wish $r is $verbed $x +} |
