News Forums RAIN General Discussion and Troubleshooting RAIN Action method equal to Start or Awake

This topic contains 1 reply, has 2 voices, and was last updated by  Shimakaze 1 month, 1 week ago.

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

    kasperfm
    Participant

    Is there a RAIN Action method to use, when you only want a thing to happen ONCE? Like when the AI is being activated for the first time or something like that.

    #40445

    Shimakaze
    Participant

    I will say no.
    I do not find that in RAINAction.
    However, I write my own interface to do Awake and OnDead by myself.
    Maybe you can do same thing like this.

    Mind.BehaviorRoot can get root node, and then you can do everything.
    Note that actionNode.actionInstance is real custom action instance.

    Best Regards.

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

You must be logged in to reply to this topic.