active-logic / activelogic-cs

Behavior Trees and Case Logic for C#7
GNU Affero General Public License v3.0
106 stars 7 forks source link

Fix `undef` or remove it #39

Closed eelstork closed 3 years ago

eelstork commented 3 years ago

After updating certainties undef() does not support convert to pending/impending anymore. If this is really useful, fix it; otherwise, remove.

eelstork commented 3 years ago

Undef stochastically returns done, cont, fail, sticking to its return value with a configuration duration; not seeing an issue here. Will reopen if I do.