lowGrant function

void lowGrant(
  1. BlanketChore chr,
  2. dynamic _act
)

USAGE: Execution of EVENT is meant to be slowed-up.. as long as possible.

Implementation

void lowGrant(BlanketChore chr, var _act) {
  ///  String to be returned for Chore.box.
  String _result = 'Act: LowG';
  //  code to get wanted _result
  handler('lowGrant', _result, chr, _act);
  _flowCOuter('FLOW:lowGrant:  These are executed ONLY in last occasion', _pB);
}