WIP scanning, analysis and AST todo

This commit is contained in:
Nate Anderson
2025-07-17 17:47:08 -06:00
parent dc6b360583
commit 38eab409c6
9 changed files with 536 additions and 38 deletions
+25 -1
View File
@@ -1 +1,25 @@
[Bathroom]
Bathroom:
washed=false
_onEnter:
Its a normal bathroom.
if not $washed:
Should probably wash up.
_onLook:
Bathroom complete with sink, faucet, the whole lot.
_onWash:
$washed=true
Nice cold water.
_beforeOnWash:
if $washed:
You dont need to wash again.
_block
_afterOnWash:
if not $previous.bathroom.washed:
You feel refreshed.
<pause2>
Time to get to work.
+1
View File
@@ -0,0 +1 @@
[Bathroom]