Forum rules - please read before posting.

ActionList and Cutscene

edited August 2014 in Technical Q&A
Hi Chris,
is it possible to run specific actionlist or cutscene by script?

Tia
Best,

Marco

Comments

  • After a reverse engineering, I found it by myself

    AdvGame.RunActionListAsset (actionListAsset);

    Toooooo simple! 
    :)>-
  • I think the easiest way is to use the Interact function:
    ...

    public ActionList myActionList;

    void Run () {
    myActionList.Interact ();
    }

    ...
  • Yes! Work well... tnx Guran  ;)
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.