News Forums RAIN General Discussion and Troubleshooting How can i create a protector for my player?

This topic contains 1 reply, has 2 voices, and was last updated by  christougher 4 months, 1 week ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40174

    indigo2016
    Participant

    Hello,
    I downloaded Rain Ai a few days ago and it’s pretty awesome.
    I’m currently working on a protector (like a dog) for my player which is following him until he sees an Enemy to attack him.
    I got the protector to follow the player, but he does not attack the enemy, he just keeps following the player without doing anything.
    I already downloaded the example project and the Starter unity package but there is not such an example except of the usual follower and attack example, but i have no idea how to combine them.
    best regards

    #40306

    christougher
    Participant

    I’m not the best at RAIN but I have managed to create a couple of behavior trees similar to what you are describing.

    Here’s how I set it up

    BT-
    -Parallel (set to Succeed: Any)
    —Detect (in your case detect enemy)
    —Selector
    ——Constraint (Enemy!Null)
    ———-(insert Enemy!Null stuff here)
    ——Constraint (EnemyNull)
    ———-(insert EnemyNull BT here)

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.