init method

bool init(
  1. int openCount,
  2. dynamic openThis
)

Create some scout___ methods, #then: find some job for them. Renamed to: scoutXX devNote: function, that OPENS way to use outer resources. #scout.. system in 15% devState. NEXT:

Implementation

bool init(int openCount, var openThis) {
  ///  use resource, equ class to get practical usable #things.
  _flowC('-->-m-->  :M:scout:$name  scoutInit ', _pB);
  _flowC(':scout: opInit-info: Get necessary data for scout-operations. >>',
      _pB);
  _flowC('>>  :scout:Resource :simulation: from app upper level.', _pB);
  equ.active = true; //  Resource class activate.
  //  scoutOn;
  //  scoutDone;
  //  scoutCount;

  bool _initB = false; // _initB used only here.
  //  //TODO unfinished #IDEA: code to initialize variables in system. #WTF
  return _initB;
}