% % Robot startup % true !App.Logging 0 !App.Dropped % % insure the application area starts out in the app root % _app !here true *incerobt { % % clear any branch initiation % empty !App.Branch % % launch using command-line directives % slow the internal timer down from 18 ms ticker % 50 Time.Pulse % % no preset vector at initial maps startup % empty !Maps.Vector % % Launch the Robot application % "Bin\" ^_app !bin % % prepare for Robot application by changing the application focus % "Robot\" ^_app !here % % small delay before starting actions within Robot application % "*actioner" 200 true 3 aux } if