This function runs another script.
Scripts must be located in the scripts directory in the HomeSeer application directory (C:\Program Files\HomeSeer 2\Scripts by default).
Parameter: scr
Type: string
Description: This is the file name of the script to run. Do
not include the path in the script name.
None.
sub main()
hs.Run "lights_off.txt"
end sub