Forum rules - please read before posting.

Custom Script

Hello Sir. How to run "cutscene" via scripts? I am weak in coding. Any help for me Sir?

Comments

  • Any ActionList can be run by calling its Interact function, i.e.:

    public AC.Cutscene myCutscene;
    // ...
    myCutscene.Interact ();
    

    How/when you run it will depend on your exact need, though.

  • Ohhh...it work. Thanks so much Chris :D

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.