Reply To: Question about BT node arrangement

Forums 💬 NodeCanvas 🗨️ General Discussion Question about BT node arrangement Reply To: Question about BT node arrangement

#14148
chocolacode
Participant

    Hi There jonc,

    I was trying to analyze you scenario and I am not sure what of the following scenarios you trying to accomplish, can you please clarify?…
    if thirst >= 80.2 OR thirst < 24.26 then Owner.Drink()
    or
    if thirst >= 80.2 then owner.Drink()
    if thirst < 24.26 then –>> jump to check Hunger values