Added support for automatic scripts (ie, autoScript)

This commit is contained in:
Jeff Parsons 2017-07-25 12:52:36 -07:00 committed by Jeff Parsons
commit 30df38738c
34 changed files with 3895 additions and 3580 deletions

View file

@ -900,6 +900,8 @@ class Computer extends Component {
}
this.nPowerChange = 0;
Component.processScript(this.idMachine, this.getMachineParm('autoScript'));
}
/**