say property

Map<String, String> say
getter/setter pair

#NEXT: Carry values to scoutJoin in connector Fields describe actions in connector and binding. This is the language, that missions and other objects talk (in con) .

Implementation

Map<String, String> say = {
  'purpose': ':SAMPLE :ThisMissionBLAA blaa blaa',
  'lang': ':SAMPKLE :LANG :HERE :ARE :ALL :WORDS',
  'area': ':SAMPLE :AREA1  :AREA2',
  'product': ':SAMPLE :PROD1 :PROD2',
  'sell': ':SAMPLE :OFFER1 :OFFER2 :OFFER3',
  'buy': ':SAMPLE :MATERIAL :TIME',
  'ask': ':SAMPLE :ASK1 :ASK2 :ASK3',
  'always': ':SAMPLE :alwaysX :alwaysY :alwaysZ :SAMPLE',
  'newer': ':SAMPLE :NO :UGLY'
};