cyano/test/cyo_test_dir/scenes/bathroom.cyo
2025-07-17 17:47:08 -06:00

26 lines
401 B
Plaintext

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.