Forum rules - please read before posting.

How to play an Action list inside a script and how to play a script inside an Action list

edited September 2018 in Technical Q&A
Was wondering how to do the same question as above.
It is in Unity 2017.2.Thanks.

Comments

  • Welcome to the community, @eldzmr.

    Both ActionList and ActionListAssets can be run through script by calling their Interact() method.  For more on this, see the Manual's "Interaction scripting" chapter.

    To call a script from within an ActionList, you can use either the Object: Call event or Object: Send message Actions.  These allow you to trigger a script function by name on a given object.

    Alternatively, you can also write custom Actions and implement them into your lists.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.