Reply To: Conditional Returning backwards?

Forums 💬 NodeCanvas ⚙️ Support Conditional Returning backwards? Reply To: Conditional Returning backwards?

#17854
yulaw2k
Participant

    I am spending more time facing problems with this software than I am getting things done….. I only keep trying because I spent a good amount of money on it.

    Heres another example of it failing. Ive spent about 2 hours trying to fix this.
    [attachment file=”12302″]

    First I am trying to get a variable from another blackboard. Getting IsDead from the enemy which is set to true. The enemy IS dead.

    On the left I am saving it as a real variable. Its being autoconverted into a boolean. It should pass the condition on the print, but fails. I cannot autoconvert a boolean from another blackboard into a boolean. If this is not an option your code should not let it or throw an error or warning.

    On the right side I am doing a dynamic variable. It prints correctly, but fails the condition for some reason.

    So basically, I cannot get variables from other blackboards?

    Both those scenarios should pass as true, but both ways fail.