Changeset 723
- Timestamp:
- 11/16/2010 12:27:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AgentMind/branches/FAtiMA-Modular/FAtiMA.SocialRelations/src/FAtiMA/socialRelations/RelationsLoaderHandler.java
r719 r723 80 80 l.MakeGround(_self); 81 81 82 Step action = _aM.getDeliberativeLayer().getEmotionalPlanner().GetStep( Name.ParseName(_currentActionKey));82 Step action = _aM.getDeliberativeLayer().getEmotionalPlanner().GetStep(_currentActionKey); 83 83 if(_precondition) 84 84 action.AddPrecondition(l);
Note: See TracChangeset
for help on using the changeset viewer.