Closed flags closed 11 years ago
In the following block of code in alife.listen:
alife.listen
elif event['gist'] == 'stand_still':
This may result in the ALife running away mid-conversation when it should be blocking.
In the following block of code in
alife.listen
:This may result in the ALife running away mid-conversation when it should be blocking.