' *********************************************************************** ' ' * Script to set a custom status message. * ' ' * * ' ' * Assuming your device is on A1, create an event of type "By X10 * ' ' * Command", with a command of "Off". Set the house code and unit * ' ' * code for this event accordingly, and have it run this script. * ' ' * You can also add any other commands that you want to run when * ' ' * an A1 OFF is received. * ' ' * * ' ' * - Scott Crevier, 28-Mar-2000 * ' ' * scott@crevier.org * ' ' * www.x10.crevier.org * ' ' *********************************************************************** ' sub main () hs.SetDeviceString "A1","No Motion" hs.Speak "Motion has ended." End Sub