home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-07-28 | 312 b | 11 lines | [TEXT/ToyS] |
- --if movement sensed at front walkway:
- --this is a backup script, in case we missed the 'ON'
-
- if (status of "Front Walk Motion") = false then
-
- -- the motion sensor is 'off' and we just went 'off'...
- -- we must have missed the 'on' event...
- turnon "Foyer Chime"
- write log "Movement on front walkway"
-
- end if